-
Hi to all............... Pls help me to solve this issue. i have a GridView which contains data including a column (View link) for each record. When i click the view link,a popup displays which contains the FromDate and ToDate Calendar. After selecting both dates,a TextBox displays the difference between...
-
1. The statements below in c# were converted to VB under it, The resultant statements are giving error 'Syntax Error' on line 3 at the first left parenthesis '('. Can anyone pls fix the error. C# statements: private string GenerateSalt() { byte[] buf = new byte[SALT_SIZE_IN_BYTES]; (new...
-
Hi, I am trying to fix an ASP.NET application that is also written is VB
and uses session variables to store the information from the logging
page. In Firefox, the application runs just fine, but in IE (I am using
IE 8), when I summit the logging credentials, the session variables
become empty (takes...
-
Hello, How do I handle cookies with paths other than "/". An HttpWebRequest object returns these headers: HTTP/1.1 302 Moved Temporarily
Transfer-Encoding: chunked
Date: Wed, 10 Jun 2009 13:22:53 GMT
Content-Type: text/html; charset=UTF-8
Expires: Wed, 10 Jun 2009 13:22:53 GMT
Cache-Control...
Posted to
Web Forms
(Forum)
by
bryce27
on
06-10-2009, 12:00 AM
Filed under: vb.net, c#, cookiecontainer, HttpWebRequest, paths
-
Is there a way in VB.NET to upload a file to the server that does not need the user name and password ? Can I also use the HttpWebRequest class instead of the FtpWebRequest class? What is the difference between these two classes? What is the right situation to use or not to use the HttpWebRequest class...
-
Ok, so the title is a bit long. But here's my problem. I am wanting to populate a <SELECT> on my page using jQuery AJAX and using MSSQL 2008 as my datasource, and my code-behind for my shared webmethod in VB.Net. I think I am the only developer on the planet who uses all of those technologies...
-
Hi all, I Have a situation in project where i need to use a VB6 program which will process some excel sheets and insert data into my database.. when i run the exe of the VB6 application it is running fine without any errors. But in my situation i need to call this exe from my ASP.NET application. when...
-
This is my first post. I am new to ASP.net and I want to create a custom control to move the location of a checkbox list. What should I start from? I found out that the ASP will generate a table to store all the things from checkbox list should I move them one by one or just move the table? Here is my...
-
Hi All I have a script that I use to send SMS and Email on a button click event on a webpage. What is the easiest/best way to automate the service on a daily basis at a given time? I have a dedicated server running windows 2003 - so there will be no issues with any permissions. Thanks Andy
Posted to
Free For All
(Forum)
by
andy vickery
on
06-04-2009, 12:00 AM
Filed under: scripts, vb script, vb.net, As.NET, automated, automating, button click
-
I am looking to use the Ajax Control Toolkit HTML Editor to give my users the ability to generate HTML and submit it to a SQL DB. get an error once the page is loaded: Value of type 'String' cannot be converted to 'AjaxControlToolkit.HTMLEditor.Editor'. Can you see what I am doing wrong...