I have created an ASP.NET user control (.ascx) which controls whether to show or hide a bunch of divs on my page. This event is controlled through...
I am behind. I am coming from the world of ASP and still debating if I really want to convert all those ASP ADO pages to ASP .NET when they work...
Hope someone can help. I am trying to build an application that will allow a user to access/deny an application, the application's individual...
Hi, Im confused here over the usage of Response.Redirect and Server.Transfer. I used frameset for my work, what are the proper usages of the two...
Hi, I have a drop down list which is populate through a database connection, the data that is retrieved is of Shoe sizes i.e. 3 - 12 when the drop...
Is there any way to create a click event for a TableRow? It doesn't seem to be built in by default. If anyone knows how this can be implemented it...
1. Make sure values are sorted by country 2. You can use a repeater or a custom solution. Either way, the header is conditional, based on the...
The basic concept is this: 1. Add a container. You can use a generic container, like page, but a panel (or other) is a better option: ...
We recently developed a .NET application in C#. It appears to work fine on a majority of browsers with subtle variation, with the exception of IE...
Assuming you have an event handler written for the "ontextchanged" event of the textbox, why don't you just call it directly? -- HTH, Kevin...
You'll get that error if the sql statement is empty/blank (in your case, strCallLog). What is the value of strCallLog when you get that error? You...
Hi Christian, Thanks for the reply, but this is what I don't understand..... (by the way there was a typo in my last message: "dpPageInit" should...
Hi, I need to create an ASPX page that includes both traditional HTML Forms (which are submitted to a third-party site like a travel booking...
My application generates images dynamic. These images are then used for an image button like in the beneath. Dim ob As Bitmap = New Bitmap(130,...
From an aspx page (A.aspx) I open another one (B.aspx - for table lookup). When the user selects an entry in B.aspx I would like to force a...
I have tried the following to convert an encrypted byte() into a string to write it to a database: Dim encoding as new UTF8Encoding() Dim EncNum...
I believe the better way is to place this in a stored procedure and return the identity property. It will work like that. Return it in an output...
Hi all, my ASP.NET page generates an COM object which is filled with a lot of data (approx. 30 MB). It is then stored in the...
I'm calling window.showModalDialog in IE6 to place an IFRAME in a web page dialog box. I'm not abale to select or copy any text in IFRAME. It...
I am now seeing tthis error message when trying to update some text: It says to make validateRequest=false. Is that okay to do? Server Error in '/'...
Use this control to limit the display of threads to those newer than the specified time frame.
Allows you to choose the data by which the thread list will be sorted.
Order threads in...
Note: when sorting by date, 'descending order' will show the newest results first.
Forum Rules