| Thread | Last Post | Replies |
|
| help access session variable in javascript | 23 Feb 2006 17:09 GMT | 4 |
I'm unable to access my session variables in a javascript function. Here are the details: In global.asa, I have the following: Sub Session_OnStart
|
| Need advice how to write a program to receive an image via email and put it into the SQL Server database | 23 Feb 2006 17:02 GMT | 2 |
I am trying to find a way to write a program to do the following: Receive an image via email, retrieve that image and put it into a database. Could you please give me an advice where to start or point me into the right direction? Is there an ASP component somewhere that would do the ...
|
| Type 'ADODB.Connection' is not defined. | 23 Feb 2006 07:27 GMT | 1 |
I'm getting the following error in my application: Compiler Error Message: BC30002: Type 'ADODB.Connection' is not defined. Source Error: Line 112: if(Request.Form("HdnQuestionCount") = 0) thenLine 113:Line 114:
|
| Interview Questions Feb 20, 2006 | 23 Feb 2006 07:15 GMT | 1 |
How to prevent my .NET DLL to be decompiled? By design .NET embeds rich Meta data inside the executable code using MSIL.Any one can easily decompile your DLL back using tools like ILDASM ( owned by Microsoft) or Reflector for .NET which is a third party.
|
| To track closing of a browser window | 17 Feb 2006 17:51 GMT | 1 |
Could any one please send me the details how to track if any user has closed his window without proper log out. Actually I am doing it in ASP.Net and trying to avoid multiple Login in on our site.It would be better if you can suggest me how to deal with this situation.I am not
|
| InStr Function in javascript | 17 Feb 2006 17:41 GMT | 1 |
I have a script as belows and i want to find if the elementtext has 'Tarih' string in. How can i do that? function showHideElements(elementText) { if(elementText!='Tarih')
|
| Passing A Value | 13 Feb 2006 12:40 GMT | 4 |
The following error occurs when attempting to pass a value to a procedure. If I'm doing someting incorrect with passing values, how should I pass a value to 'ByVal E As EventArgs'? ERROR:
|
| ASP.net server side scripting | 09 Feb 2006 13:31 GMT | 2 |
I wanted to know how and where do I write the code for Server side validation of .aspx pages. I am new to .net. please help Thank you
|
| Postback attributre | 09 Feb 2006 13:27 GMT | 1 |
Dear Experts, In my webform, I have many controls and is scrollable to the lower part of the form. When I am at the bottom of the form, enable a checkbox it will enable the textbox else it is disable. I would like to find out whether after
|
| Post success message back to the sender | 08 Feb 2006 14:06 GMT | 1 |
I am receiving a XML file from a service/port. Based on the contents of the xml file, I need to post back a success or failure message. I need to do that through my dotnet program. Can someone give me an example on how to post the message back to the sender?
|
| How to RemoveChild from HtmlElement from C# | 07 Feb 2006 00:03 GMT | 1 |
I have a webbrowser control in my winform. There is an html in the webbrowser which has a table, and many child <tr>s and <td>s inside it. I want to delete a specific <tr> node completely from the html. (I dont want to do style = "display:none"). I want to do RemoveChild("id of the
|
| Sending data to client using server script | 06 Feb 2006 23:56 GMT | 1 |
Is it possible to send file from server to client machines using HTTP without client side scripting?
|