| Thread | Last Post | Replies |
|
| Input string was not in a correct format | 13 Feb 2008 22:12 GMT | 3 |
i defined a linkbutton in a gridview. In code-behind, i want to perform the delete query when the user clicks on the linkbutton, but this code gives following error: "Input string was not in a correct format." at line: r =
|
| RegisterStartupScript and Firefox | 13 Feb 2008 21:59 GMT | 4 |
I've got some code that uses Page.ClientScript.RegisterStartupScript to call a javascript function from the Page_Load method in the code behind. The code works fine in IE but the javascript function is not called at all in Firefox. I stripped my code back to the basics and all I ...
|
| Unable to Debug because Integrated Windows Authentication is not Enabled | 13 Feb 2008 21:58 GMT | 11 |
I've been having a problem debugging an ASP.NET 1.1 application on an existing Windows XP/Visual Studio 2003 workstation that I've inherited from somebody else. The application builds fine, but when I try to debug, it gives me the message: Error When Trying to Run Project:
|
| POST to another page simulating click | 13 Feb 2008 20:29 GMT | 3 |
Hi misters, I want to submit form in a console application to simulate user click button to submit in browser There are controls in page. Four TextBoxs and a Button (type submit).
|
| Declare UserControl in a class | 13 Feb 2008 20:08 GMT | 2 |
I have a UserControl with the name Toolbox, so the UserControl's class name is UserControls_Toolbox. I want to pass this UserControl to a function in another (static) class, just as you would do with for example a string value:
|
| signing assembly files | 13 Feb 2008 19:53 GMT | 1 |
Do signed assembly dll files run a little bit slower? due to the extra overhead? the dlls will be used on our own web server and won't be distributed. Is it still worth signing the files?
|
| Required field and canceling out of a page. | 13 Feb 2008 18:54 GMT | 3 |
I have a page with required fields but also want a cancel button so the user can stop doing what they are doing. Problem is, if I use a required field validator and they then click cancel, it says the fields are required. Any way around that other than writing the required code ...
|
| check broken links? | 13 Feb 2008 18:53 GMT | 2 |
Interdev used to be able to check the links on a website and generate a report with a broken links. How do I do this in VS2008? Thanks, G
|
| a timed event in asp.net | 13 Feb 2008 17:50 GMT | 3 |
With the help of some of you guys, we're making progress here. I have a webservice that outputs a file which another apps picks up. I write a row to SQL that has some status flags of this output file. The other apps processes this file, and will set the status in one of
|
| Large Web Service ... How to Organize? | 13 Feb 2008 17:04 GMT | 4 |
I'm in the process of designing a large web service which will be a remote API into our application. There web service will cover ~10 components and will have >100 functions. Does anyone have any links to some design patterns I can use?
|
| session_start not firing on production server | 13 Feb 2008 16:56 GMT | 5 |
Written in Asp.Net 2.0 The session_start fires on Development server running withing Visual Studio 2005 and also if access web site via localhost on development machine.
|
| export asp.net 2.0 data page | 13 Feb 2008 16:56 GMT | 2 |
I have data (no grid) in asp.net page. I want to export these data as csv file in excel. Let me know. Thank you in advance.
|
| RegEx DataValidation Help | 13 Feb 2008 15:10 GMT | 5 |
Hello.. I'm trying to do some realtime password validation. The requirements are use of at least 3 of 4 datasets (1 upper, 1 lower, 1 number, 1 special char) and a min of 8. I've got
|
| OT? VistaDB...anyone use it? Thoughts? | 13 Feb 2008 14:13 GMT | 8 |
I've been playing with Grafitti CMS and noticed that they use the 'vistadb' format by default. I had never heard of it before. http://www.vistadb.net/ I'm intrigued. It looks like a full SQL DB, without the overhead of MS SQL
|
| ASP + Outlook | 13 Feb 2008 13:53 GMT | 2 |
By clicking any href link , i want to open outlook express in my asp.net page. And i need to display the webpage on that outlook express. if any one have any idea pls note
|