| Thread | Last Post | Replies |
|
| DropDown Menu (Popup) Links.. | 01 Jun 2006 00:57 GMT | 2 |
I am new in javascript or creating web menu controls that popup and dropdown, I am using VS 2002, Can anyone provide actual complete codes on how to do this? Example:
|
| Regular Expression | 01 Jun 2006 00:15 GMT | 3 |
I'm looking for a simple regular expression for the Regular Expression validator that would allow any text, spaces and the line breaks and had a minimum and maximum text length. Something like this one: ^([a-zA-z0-9\s]{8,64})$
|
| Multiple Data sources in TemplateColumn | 31 May 2006 23:28 GMT | 2 |
The following gives me an error: Character is not valid The TemplateColumn <asp:TemplateColumn Visible="true" HeaderText="Meets Job Rqrmnts"
|
| HTTP Modules | 31 May 2006 23:04 GMT | 9 |
If I were writing an HTTP module where I wanted to access the response text that was being sent back to the user, what would be the optimum method for doing this within the module? I'm investigating the viability of using this for logging some info, and I'm wondering if there are ...
|
| process.start() program hangs | 31 May 2006 23:00 GMT | 6 |
if i start a program (an exe-file) with Process.Start(...) I don't have the required permissions that the programm needs (i could start the programm but the program needs special rights). So I added the StartInfo.UserName and Password to the Process. Now the program starts, but ...
|
| Housekeeping in application with VS2005 squiggles! | 31 May 2006 22:04 GMT | 8 |
Ok - typically, in a function that returns as a boolean, if there's a bit of database action going on I'll have a little tidy up process before exiting the function. I know .net is supposed to handle all of this stuff itself, but its a
|
| read dataTable rows | 31 May 2006 21:57 GMT | 1 |
Is is possible to read rows in a dataTable and return the data in a string format? I have a DataTable being populated by a stored procedure. It has 14 rows in it and contains ID's, I want to take each ID from the dataTable and pass
|
| Client Scripts | 31 May 2006 21:57 GMT | 6 |
For Menu, Treeview, etc. Where are the javascripts for these?
 Signature -Demetri
|
| HTTP Post and HttpWebRequest object | 31 May 2006 21:39 GMT | 3 |
We have implemented a 'HTTP Post' client in C# that posts Xml documents to a webserver. This is working fine if the post rate is one post for every 20 seconds. But if the post rate is increased to one post for every 10 seconds the client start getting error 403 'forbidden' from ...
|
| How to create a fast webrequest ? | 31 May 2006 21:35 GMT | 2 |
During the user's registration I wan't to geo-code an address using localsearchmaps.com/geo. For that purpose I use a webrequest like this: string url = "http://www.localsearchmaps.com/geo/?street=" + StreetNumber + "+" + StreetName + "&city=" + City +
|
| HTTPS Problem | 31 May 2006 21:27 GMT | 3 |
I am navigating from a HTTPS site to a HTTP site. I am not getting the urlreferrer for it .How can i get the urlreferrer info if i am coming from a secured site.Please help this is urgent.Thanks in advance
|
| Open newly created HTML page in new window? | 31 May 2006 21:17 GMT | 1 |
Does anyone know how I can open a newly-created HTML page in a new window, using ASP.NET? Eg. I have an ASP.NET page which creates some new HTML, based on what the user has entered into a textbox. The ASP page
|
| HttpWebRequest POST | 31 May 2006 21:04 GMT | 4 |
I need to send a form through POST to the VISA website, and I'll receive four fields these website, also by POST. Someone let me know, how can I to make it in ASP.NET? I know that I can to make it using HttpWebRequest / HttpWebResponse, but I do not know how. Thank you
|
| Compiler Error Message: CS0030: Cannot convert type 'ASP.login_aspx' to 'System.Web.UI.WebControls.Login' | 31 May 2006 20:21 GMT | 2 |
A web site published from its development environment (VS Web Server) to an IIS 6.0 site displays this message: Compiler Error Message: CS0030: Cannot convert type 'ASP.login_aspx' to 'System.Web.UI.WebControls.Login'
|
| Website Search Free Text | 31 May 2006 20:18 GMT | 3 |
im building a website for a client but they have asked for a free text search facility on the homepage to search the whole site and then give a list of links to the static html pages. I was wondering if this is possible and what would be the best way to
|