| Thread | Last Post | Replies |
|
| positioning controls | 01 Jun 2005 00:58 GMT | 6 |
still trying to figure out how to do this as I have a grid that gets data from a dbase and can change in size. I have controls that I always want to be just below the grid, with no gaps. This is a webform so thinking html may take care of it. When only a few items are returned ...
|
| ASP.net Question | 01 Jun 2005 00:22 GMT | 2 |
I have an ASP.net page. After submitting the form and saving all the form values I want to give user an option to enter more records ( like reloading the page with empty fields and clear viewstate) Is there a way to clear the Page of the existing values or do I have to do
|
| DataGrid command events | 01 Jun 2005 00:18 GMT | 2 |
can anyone post solution for the above problem? Thank you, Niru. (Type your message here)
|
| DataGrid Next Page | 01 Jun 2005 00:08 GMT | 3 |
My datagrid has page numbers as navigation, but they don't work. Do I have to code this (if so - how) or is something wrong with the datagrid? Thanks.
|
| MSHTML Editor | 01 Jun 2005 00:06 GMT | 2 |
Is MSHTML Editor supported in ASP.NET? I've been trying to activate MSHTML Editing in the browser using jscript but have been unable to successfully activate it. I've been using a tutorial from msdn so I know the syntax isn't wrong.
|
| ASP.NET Session ? | 31 May 2005 23:32 GMT | 1 |
Does accessing a session variable multiple times during the processing of a page incur a hop each time it is accessed in State Server and SQL Server modes? Or does the roundtrip occur just once and then the variable used from a session cache for the rest of the request?
|
| Can I e-mail an Outlook Calendar Event? | 31 May 2005 22:58 GMT | 1 |
I've seen how you can send e-mail through ASP.NET, but how about sending an Outlook Calendar event after the "Submit" button is pressed? Does anyone have a small sample of this? Paul
|
| Execute Javascript AFTER click event | 31 May 2005 22:25 GMT | 4 |
I have an .net form that is split into two frames. The left frame has a tree that displays a list of all the customers. The right frame displays the appropriate clients information. When the save button is pressed on the right frame, I want to update the tree in the left frame ...
|
| multiple .vb files into one .dll using vbc.exe | 31 May 2005 22:07 GMT | 5 |
If I don't have access to Visual Studio .Net, but I need to compile all my .vb files into one .dll, how would I do this? I know how to do this for one .vb file using vbc.exe, but what about more than one .vb file?
|
| ASP versus ASP.NET | 31 May 2005 21:54 GMT | 4 |
In ASP you could set a buttons position: Command1.top=235 Is there similar code in ASP.NET to do this?
|
| Access Denied. unable to start debugging on the web server | 31 May 2005 21:25 GMT | 1 |
I cant debug on my machie. Machine Estacion15 domain se I am member of vsdebuggers, vs developers and advanced users on machine and
|
| regular expression | 31 May 2005 21:18 GMT | 1 |
Please can anybody help me with this. I have a form that reads the numbers of team members. The numbers logic is that it is 1 to 3 digits long. The first and the last digit can not be 0. I don't get a regelar expression to work.
|
| multiple insert in access | 31 May 2005 20:12 GMT | 2 |
I would like to insert multiple rows in an Access DB from a datagrid (or a txt file) It is very slow for large number of insertions(5000 -> >30 seconds !). Is there another way to do this
|
| How to send email from Client side? | 31 May 2005 20:08 GMT | 2 |
I know how to send emails from the server side, but how would I pop up the user's email client and populate the sendto and subject fields?
|
| Return value before reading DataReader | 31 May 2005 20:06 GMT | 3 |
I am trying to set up a class to handle my database accesses. I can't seem to figure out how to get the return value from my dataReader from these routines (most of which I got elsewhere). They do work pretty well, except for the change I made to get the return value.
|