| Thread | Last Post | Replies |
|
| How to register js in <head>? | 25 Apr 2006 17:29 GMT | 2 |
Hi there, when I use Page.ClientScript.Register...Block() , the script got added within the <form> tag. It's not a big problem, but I still want to put them in the <head> tag. See if you have any suggestion. Thanks.
|
| Javascript hyperlink ID in a Datalist = Undefined | 25 Apr 2006 17:24 GMT | 2 |
I have an ASPX page with a DataList. The ListItems contain a DropDownList and a Hyper Link. The user selects an Item from the Dropdown box and then selects the hyperlink to edit that item. My thought was to grab the ID, ClientID, or UniqueID of the Hyperlink
|
| Windows XP Home [Running ASP.NET Page] | 25 Apr 2006 17:20 GMT | 5 |
I'm using Visual Studio 2003, how do I run ASP.NET Page. XP Home edition doesn't have IIS server, so how am I going to run them ? It seems that VS 2005 have built in ASP Server, to parse the ASP.NET page, but this feature is not available in VS 2003.
|
| String was not recognized as a valid Boolean | 25 Apr 2006 17:09 GMT | 10 |
Why am I getting this error for Budget? Error: An exception of type 'System.FormatException' occurred in mscorlib.dll but was not handled in user code Additional information: String was not recognized as a valid Boolean.
|
| Duplicate Items | 25 Apr 2006 17:00 GMT | 3 |
In VWD I have an aspx page with a DropDownList control. The DropDownList is populated from a column from a table in an Access database. If there are duplicate values in the column they are added to the DropDownList. Is there a way to eliminate duplicate items on the
|
| Does Visual Web Developer have a 'insert symbol' functionality? | 25 Apr 2006 16:49 GMT | 1 |
Hi I want to add the copyright sign and various other 'symbols' in the content of my aspx pages in visual web developer, but I simply can't find a similar menu item to 'insert symbol' as is present in Microsoft Word or Microsoft Frontpage.
|
| GridView UpdateParameters | 25 Apr 2006 16:42 GMT | 3 |
I must be missing something regarding update parameters. I have tried using <asp:Parameter> to specify my update parameters, and <asp:ControlParameter> when <asp:Parameter> didn't work for a particular parameter. Here is my code :
|
| Need help in COM | 25 Apr 2006 16:40 GMT | 1 |
I'm a newbie to COM n Serviced Component architecture..I've developed a serviced component and registered it as a COM component usinf Regsvcs tool of .net... This serviced component has a Amount property which is of type long.
|
| Which dynamic control to generate this html? | 25 Apr 2006 16:35 GMT | 2 |
I need to create the html below with dynamic controls <span class="myclass"> <h3>text1</h3> <h4><span>Price <strong>text2</strong> | Duration
|
| Drag n' drop AJAX in .net | 25 Apr 2006 16:31 GMT | 1 |
I've been casually looking at the various asp.net ajax libraries looking for one to start playing with. But I'm still stumped as to which one I should go with. The key feature I'm looking for is a drag-n-drop ability to resort/update a
|
| How to using/import class library in Visual Web Developer Express C# | 25 Apr 2006 16:30 GMT | 1 |
A newbie here. And I am using Visual Web Developer 2005 Express with C# to develop my web application. Here is the situation I am running into and need some help here. Thanks a lot in advance. I have a class, let's say Car, under namespace: MyTest. It is saved in
|
| T-SQL QUESTION | 25 Apr 2006 16:23 GMT | 2 |
What is the general form for a stored procedure that does two select statements and returns a true indication if all of the records from one select statement are included the records returned by the other select statment?
|
| Click even won't execute correctly | 25 Apr 2006 16:13 GMT | 2 |
I've got a little issue with a form I'm working on right now. I have several command buttons on my web form and when I click on several of them, I get no response at all. I have defined events for the controls. Hmmm, I wonder, I also have 3 RequiredFieldValidator controls also on ...
|
| IIS error: The page you are looking for is currently unavailable. | 25 Apr 2006 16:04 GMT | 1 |
I keep getting the error message below when I try to access my default.aspx page on a MS 2003 server. I am using v2 of .net. I've been rehashing the file security settings and the web settings but can't find a solution. If I place a 'test.html' doc as the
|
| cropping an image to size...? | 25 Apr 2006 15:41 GMT | 2 |
i'm uploading to my photo gallery and this is what i'm after.. When user uploads image, i automatically create a 75x75 thumbnail, however using the GetThumbnailImage function drops the quality and distorts it, so what i would like to do is:
|