| Thread | Last Post | Replies |
|
| hai gai | 28 Apr 2008 20:48 GMT | 1 |
hai girls and boys and uncles and aunties winners dont do different things They do things differently. www.getitlove.blogspot.com
|
| How to move items from one listbox to another on a client side? | 28 Apr 2008 20:37 GMT | 4 |
I have two listboxes on a page and need to move items between them - using buttons (e.g. "<<" ">>"). Can this be done on a client side in asp.net? I'd like to avoid hitting the server on every add/remove. Thanks,
|
| Gridview and Radiobuttons | 28 Apr 2008 20:34 GMT | - |
I am using radiobuttons in a gridview, and not a column of radiobuttons. I have one cell in each row with several radiobuttons that the user has to choose a radiobutton within each row. How can I capture which radiobutton in which row the user has clicked. Even with ...
|
| How do I detect a user leaving the site? | 28 Apr 2008 19:27 GMT | 5 |
As per the question really. Not trying to stop them leaving, but just detect WHEN they leave the site
|
| Regarding validation summary control in asp:MultiView control | 28 Apr 2008 18:45 GMT | - |
I am using a tabs in my application and with the help of multiview control i have created different tabs. In each tab form there is a registration form. I need to add a validation summary control in each of the tabs form.
|
| HttpHandlers, Server.Transfer and Session State | 28 Apr 2008 18:38 GMT | 2 |
I created an HttpHandler for rewritting URLs. It simply checks if the requested page is on a list of "special" pages (that do not exist) and if it is on the list then it will transfer to an ASPX page that will generate the content dynamically.
|
| how do I catch a bad email address before sending? | 28 Apr 2008 17:59 GMT | 2 |
I'm using the following code to send out email messages to a list of people in a database. My problem is that if I'm sending to 100 people and the 40th address is bad, it crashes on that one and doesn't run the rest. I want to log the one that crashed so I can display it to the user ...
|
| Standalone Usercontrols | 28 Apr 2008 17:51 GMT | 2 |
Here's my problem, hopefully someone can suggest a suitable solution :) I've got a large web application project, in which i want to create a sort of plugin architecture.
|
| Multiple controls with the same ID | 28 Apr 2008 17:26 GMT | 3 |
error message found in server A "Multiple controls with the same ID 'batchEndorseworklist' were found. Trace requires that controls have unique IDs." but in server B is normal
|
| css problem | 28 Apr 2008 16:44 GMT | 2 |
<style> .Admin{ display: <%if( Convert.ToInt32(userType) !=1)?%>"inline"<%:%>"none" }
|
| Formview Null Values | 28 Apr 2008 15:32 GMT | 2 |
I'm having an issue that's driving me crazy. I have a datatable that I need to display all the information for on a page. So, instead of manually coding every single column to a label, I decided it would be easier and safer to use a formview to display it all, bound to an ...
|
| Web Site takes 10 minutes to start in debug mode | 28 Apr 2008 15:08 GMT | 2 |
I have a Web Site project that takes an age to run in debug mode. It takes so long to fire up that I forget why I was running it in the first place. It's driving me insane! I have deleted the ASP temporary files, but that did not make any
|
| Adapter.DeleteCommand.ExecuteNonQuery returns -1 but it works | 28 Apr 2008 14:49 GMT | 4 |
I have a stored procedure that deletes a record in db. I created a DataSet (xsd) which auto-generated code for a table adapter. The adapter's select, insert, update, and delete methods work fine except for one 'minor' problem with Delete(). The method returns -1 although it ...
|
| Any way to exclude folder from watching by ASP.NET | 28 Apr 2008 13:28 GMT | 2 |
I have a folder in my .NET applications where I keep images... My problem is that if I create a subfolder there ASP.NET application restarts... any way to exclude that folder from being watch by ASP.NET so I could do
|
| Gridview "select button" causes weird problems | 28 Apr 2008 13:16 GMT | - |
I have a very weird problem with the GridView control. Here is the code: <asp:GridView runat="server" ID="gv" AutoGenerateEditButton="true" AutoGenerateSelectButton="true" AllowPaging="true"
|