Sep/09 0
Sending Sms From Web Application Using Asp.net And C# (3/4)
This video tutorial is about how to send sms from web application using ASP.net and C# with the help of API provided by a website called eternalsolutions.
Sep/09 0
Sending Sms From Web Application Using Asp.net And C# (4/4)
This video tutorial is about how to send sms from web application using ASP.net and C# with the help of API provided by a website called eternalsolutions.
Sep/09 1
Sending Variable From Ajax Page To Asp.net Page Not Working?
This should be a simple thing to fix for anyone good with AJAX/Javascript and ASP.net. I'm trying to send a variable to an ASP.net page named variable and return the value to the current page. Here's the Javascript code to look at:
var blog_id = 1;
var url = "comments.aspx?blog_id=" + escape(blog_id);
xmlHttp.open("GET", url, true);
xmlHttp.send(null);
On the ASP.net page, I have the following:
Dim blog_id As String = Request.QueryString(blog_id)
Response.Write("The blog ID is " & blog_id)
The ASP.net page properly communicates with the main page but does not print the blog_id. All I see is this:
The Blog ID is
The ASP.net page is not properly collecting the blog_id variable. Note, I've also tried without the escape function:
var url = "comments.aspx?blog_id=" + blog_id;
How can I pass this variable to the other page? What am I doing wrong? I've tested the blog_id variable with the alert function to check it's value and it's declaring right (it's actually be passed through a function) and it works right up until I try to pass it to that page!
Sorry for long description, I will pick best answer if it works!
Aug/09 1
Sending Sms From Web Application Using Asp.net And C# (2/4)
This video tutorial is about how to send sms from web application using ASP.net and C# with the help of API provided by a website called eternalsolutions.
Aug/09 0
Sending Sms From Web Application-asp.net & C#-malay (4/4)
This video tutorial is about how to send sms from web application using ASP.net and C# with the help of API provided by a website called eternalsolutions. This video is in malay version.
Aug/09 1
Sending Sms From Web Application-asp.net & C#-malay (3/4)
This video tutorial is about how to send sms from web application using ASP.net and C# with the help of API provided by a website called eternalsolutions. This video is in malay version.
Aug/09 2
Sending Sms From Web Application-asp.net & C#-malay (2/4)
This video tutorial is about how to send sms from web application using ASP.net and C# with the help of API provided by a website called eternalsolutions. This video is in malay version.
Aug/09 3
Sending Sms From Web Application Using Asp.net And C# (1/4)
This video tutorial is about how to send sms from web application using ASP.net and C# with the help of API provided by a website called eternalsolutions.
Aug/09 2
Sending Sms From Web Application-asp.net & C#-malay (2/4)
This video tutorial is about how to send sms from web application using ASP.net and C# with the help of API provided by a website called eternalsolutions. This video is in malay version.
Aug/09 2
Sending Sms From Web Application-asp.net & C#-malay (2/4)
This video tutorial is about how to send sms from web application using ASP.net and C# with the help of API provided by a website called eternalsolutions. This video is in malay version.



