| Thread | Last Post | Replies |
|
| question on sqldatareaders | 17 Aug 2007 02:12 GMT | 3 |
given i have a class with a data reader function that returns a reader with a: function fn_getUserInfo() as sqlDataReader ... ...
|
| validation page | 17 Aug 2007 02:04 GMT | 2 |
I'm getting an error message on my validation page on this bit of code: If Request.QueryString = "" Then Response.Redirect("cdpadmineditpage.aspx")
|
| LinkButton inside a Repeater //OnClientClick //No more quote options | 17 Aug 2007 02:01 GMT | 1 |
Asp.Net 2.0 Inside a repeater, I'm trying to do a linkbutton with a OnClientClick <asp:LinkButton ID="lnbSelect" runat="server" OnClientClick="location.href='anotherpage.aspx?UserUUID=abc';return
|
| Changing attributes inside a User Control | 17 Aug 2007 01:58 GMT | 1 |
I have a User control that has some asp:textboxes and asp:labels in it where I want to change the visibility and forecolor of these controls. Right now I am getting and setting the .net controls using properties: ***************************************
|
| FileUpload Control Question | 16 Aug 2007 23:58 GMT | 3 |
The FileUpload control doesn't seem to retain the path of the file to upload, is there a way to change that behaviour? Thank you, Samuel
|
| Couple of asp:calendar questions... | 16 Aug 2007 23:45 GMT | 8 |
I'm porting a classic ASP page with a calendar to ASP.NET. I appreciate the fact that ASP.NET has such a control built-in, but I'm finding it's far less flexible than I thought it would have. I'm sure I must simply have missed a few things, so here's a couple of questions:
|
| System.Drawing & Tiff images | 16 Aug 2007 20:32 GMT | 3 |
I'm hoping someone here can pose an alternative that might work better than what I have created so far. I have a web site that needs to deal with Multi-Page TIFF images. Primarily they need to be split by page or group of pages and uploaded into a DB. The code I have ...
|
| Menu Control Not Working IN IE6 | 16 Aug 2007 20:29 GMT | 3 |
Help! I have menu control that works in IE7 and Firefox however doesn't work in IE6 Has anyone ran into this problem? Basically it will not render any of the childs and then when you mouse over the static menu items, they disappear. Below is my code:
|
| Vista problem with playing .wav files from C# | 16 Aug 2007 20:28 GMT | 3 |
Experts, I have a simple .aspx page that takes a path to a .wav file, and plays it. This page works fine on all OSs (Windows 2000, Windows 2003, Windows XP), but not on Vista. Could the protected mode on vista be
|
| validate email and checks blank as well | 16 Aug 2007 20:19 GMT | 5 |
I need to validate email address with regular expression control, i tried something like this ^+[a-zA-Z][\w\.-]*[a-zA-Z0-9]@[a-zA-Z0-9][\w\.-]*[a-zA-Z0-9]\.[a-zA-Z][a-zA-Z\.]*[a-zA-Z]$ but i need to validate even if it is blank, it should say invalid email, but
|
| Regex problems | 16 Aug 2007 19:59 GMT | 4 |
I need a regular expression that would validate string like this. aa5677 Any 2 literal characters and then any amount of digits from 1 to ... aa345k is not valid.
|
| Modify Paypal Fields Using Database Selected Item | 16 Aug 2007 19:48 GMT | 1 |
Is it possible to change the paypal cart items below: item_name, item_number and amount values in the paypal form to match the item_name, item_number and amount from the selected record of the database paypal.mdb.
|
| dropdown list control basic question | 16 Aug 2007 19:14 GMT | 4 |
I have a drop down that I have populated. I am use to using winforms with the items.add function to add objects to the drop downs, but on web forms it seems you can only add text string. How do i then force the drop down to be a specific item in the drop down
|
| Small ASP Project - Willing To Pay | 16 Aug 2007 17:52 GMT | 1 |
See: http://groups.google.com/group/microsoft.public.dotnet.framework.aspnet/browse_t hread/thread/b986466033404386/89dc163df4fb80f5#89dc163df4fb80f5
|
| Unable to configure DNN 4.05.03 - Help needed | 16 Aug 2007 17:03 GMT | 5 |
I am trying to configure DNN 4.05.03 on VS 2005 (DotNet 2) But i am unable to get it working. I have followed the steps but i am being failed continuously. Here is the detail what i have done and where i get fail.
|