| Thread | Last Post | Replies |
|
| Error message page | 19 Feb 2006 20:13 GMT | 2 |
On a normal error message page that asp.net generates, you have the message, the stack trace and few lines of code where the error was generated: Line 172: <asp:TemplateColumn HeaderText=""> Line 173: <ItemTemplate>
|
| DataGridItem Collection / DataGrid Paging Question | 19 Feb 2006 16:28 GMT | 3 |
Got a simple ASPX page (.NET v1.1) with a DataGrid displaying a list of widgets. If the page has a QueryString called WidgetId specific, I need to automatically mark the specific DataGridItem as selected. Pretty simple, here's what I did:
|
| ImageButton display problem | 19 Feb 2006 15:56 GMT | 1 |
I have got two ImageButtons, one is a neighbour to another. Normally when I tried to use <image src=....><image src=....> the 2 pictures were displayed without any space between them. Now I want to have them as active ImageButtons and I can see space between
|
| How to know the page name | 19 Feb 2006 14:23 GMT | 1 |
I am call another class's method in Web applicaiton. How can I know the page name in the method of another class?
|
| Image Rollovers with the Hyperlink Control | 19 Feb 2006 12:09 GMT | 8 |
I have several System.Web.UI.WebControls.HyperLink Controls which I want to display as rollover images. I know how to make these manually using the <a> and <img> tags or the <a> tag and a System.Web.UI.WebControls.Image Control or a HyperLink and Image Controls, but the ...
|
| Grid View from Heaven | 19 Feb 2006 10:12 GMT | 3 |
`I need a GridView that lets you edit any part of it , without having to click "Edit" for each individual row. Like a spreadsheet. Thanks
|
| GridView ASP.NET 2.0 Column Heading Justification | 19 Feb 2006 09:33 GMT | 1 |
I have two columns in a 6 column GridView that I woud like to left-justify. How do I do this...? I see thwere I can see the alignment for ItemStyle within the properties, but I do not see anything for headers. Any help would be appreciated.
|
| Close ModalDialog form after saving data | 19 Feb 2006 09:20 GMT | 2 |
I'm opening an aspx page with javascript: window.showModalDialog("mypage.aspx", "", "status:no"); In mypage.aspx I've got a button which shall first save the displayed record
|
| Problem running ASP.NET 1.1 and 2.0 apps on the same server... | 19 Feb 2006 09:16 GMT | 2 |
I'm coming into a situation where a company has both 1.1 and 2.0 ASP.NET apps on the same server. Each application has been configured (using IIS) for the appropriate framework (on that last ASP.NET tab in configuration management).
|
| Formatting vs 2005 | 19 Feb 2006 09:11 GMT | 2 |
I drag 2 images next to each other in a vs 2005 web page.There is a white space between them. When I look at the code it is formatted to be on seperate lines.If I remove all the spaces and the tags are next to each other it is correct(No whitespace). How do I make this the ...
|
| updating the parent page after modifying data on a child page prob | 19 Feb 2006 06:04 GMT | 2 |
Here's the scenario: i have a gridview on a parent page. Then i open another (child) page where i can modify the data on the dridview. How do i update the gridview soon as i do modification and close the child
|
| ASP.NET 2.0, how to have server resource? | 19 Feb 2006 04:53 GMT | 1 |
I'm creating a web site and I store some SQL script in .SQL file. Now I would like to read this file. In an ordinary (desktop) application, I'm used to simply embed them in the assembly and get a stream to them with: string GetEmbededText(string name)
|
| Help: What is wrong with this code? | 19 Feb 2006 03:25 GMT | 1 |
I am getting the error: "[Microsoft][SQL Native Client][SQL Server]Must declare the scalar variable "@UserComment".]" The code:
|
| Prevent two users from accessing the same file at the same time | 19 Feb 2006 03:11 GMT | 2 |
Well, the subject sais it all. What is the best approach to prevent this from happening? Thanks, Shawn
|
| ASP.NET recycled | 19 Feb 2006 02:05 GMT | 1 |
Our web site keeps going down at 12:30 AM or so just about every night and when we look in our event viewer we see the following message. Event Type: Error Event Source: ASP.NET 1.1.4322.0
|