| Thread | Last Post | Replies |
|
| User control with Javascript function | 18 Apr 2006 19:26 GMT | 3 |
I have an User Control which uses css and javascript files. How should I add them to the main page? When I place this User Control twice on the page, how to add reference to these files only once. Thanks
|
| Odd Web Config Inheritence Problem | 18 Apr 2006 19:20 GMT | 1 |
Our Server is set up like this: site1 (app)
|-admin application site2 (app)
|
| Replace /n with a <br> help please | 18 Apr 2006 19:00 GMT | 13 |
I have a textarea control. I am putting it's value in an html email. The problem is that the new lines are being ignored. I want to take the controls value and replace any newline carriage returns, with an html <br> tag. I tried the following function but it doesn't work. ...
|
| Object conversion error on insert with FormView and ObjectDataSour | 18 Apr 2006 18:25 GMT | 2 |
I'm getting the following error when I try and insert a row using FormView, ObjectDataSource and stored procedure. The form has 40+ columns on it and I'm not sure how to diagnose where the problem is, the data object class, the business class etc?
|
| 2.0 SIMPLE PROBLEM: asp:Button click at server | 18 Apr 2006 18:17 GMT | 4 |
I have very simple problem - I need to process asp:Button click at server. I have written (my experience is little) in .aspx: <asp:Button ID="GoTo" runat="server" Text="Go To" OnClick="GoTo_Click" />
|
| Problems migrating to new machine | 18 Apr 2006 18:12 GMT | 3 |
I had a machine with VS2003 & Win2K adv. server, which crashed. I have a new one with WinXP, and I loaded VS2003 (Dev Ed) and some existing projects... When I tried to open any projects, at first I got the message that my
|
| Hi people views once what I received: | 18 Apr 2006 18:06 GMT | 1 |
Hi people views once what I received: Money salary - program Sincerely welcome to the money salary program I more closely would like to bring you a money salary program, that you
|
| XML Documentation in ASP.NET web sites | 18 Apr 2006 17:49 GMT | 10 |
Since I never seen the following question answered, I am re-posting it: Hi Im using ASP.NET 2 with C# in codebehind files and Visual Studio 2005 Team Edition.
|
| Custom Panel | 18 Apr 2006 17:35 GMT | 2 |
Can't figure this one out... seems like it should be a no-brainer. Is it possible to create a UserControl that can act as a container a la the Panel control?... not a "naming container" or anything fancy.... just a simple container.
|
| GridView borders in Firefox? | 18 Apr 2006 17:24 GMT | 2 |
So, I am aware of the problem with how the gridview renders in firefox. I am unable to get those "light grey" gridlines in FF but they work fine in IE. In looking at the rendered html, it appears as if the CSS classes and styles are set at the TR (row) and not the TD (cell).
|
| Store Item Template with Project | 18 Apr 2006 17:21 GMT | 2 |
Is there a way to create an "item template" (File | Export Template) where it is only available to the current project? I mean, a lot of the time (most of the time I would say) "item templates" only make sense in the project they were created in... and not have them pollute the ...
|
| Assembly included inside another assembly ??? | 18 Apr 2006 17:07 GMT | 1 |
I have a file called Main.aspx that includes these 2 support files: <%@ Assembly Src="Constants.vb" %> <%@ Assembly Src="Email.vb" %> I can then use both my email.vb functions (and my constants) in Main.aspx.
|
| pre and post build event? | 18 Apr 2006 17:06 GMT | 1 |
is there a possibility to add pre and post build events to web projects? thx Nigel
|
| IIS 6.0 Application server required for ASP.NET 2.0 | 18 Apr 2006 17:04 GMT | 1 |
Does ASP.NET 2.0 need IIS 6.0 to be configured as an application server? Thanks, Keith
|
| Radio and textbox control overlaps in client web browsers. Help! | 18 Apr 2006 16:34 GMT | 8 |
I have developed webforms on which there are many radio buttons, textboxes, and labels designed in Visual Studio .NET with GridLayout. Most of them are required to allocate those controls into one page. The problem is that I designed the web forms by using Visual Studio .NET in ...
|