| Thread | Last Post | Replies |
|
| Gridview Sort Header | 20 Jul 2007 11:26 GMT | 2 |
Hello All, I just added sorting to my gridview and it messed up my headers. I do not want the test to display as blue and I can not seem to figure out what I need to do to get it back to my normal formatting. Here is what I current have the style set to, can any one help me get ...
|
| Can asp.net run another program on the web server? | 20 Jul 2007 10:40 GMT | 3 |
If it's possible, can the program run under another credential? TIA
|
| Should I use Viewstate? | 20 Jul 2007 10:33 GMT | 2 |
One of my web pages is a page that allows the user to create or modify a project definition. It displays a feedback message when you've performed certain actions that causes the page to post back to itself (similar to Gmail's feedback messages). For instance, when you select
|
| SiteMap Example with Inline ASPX? | 20 Jul 2007 10:07 GMT | 3 |
I have a .NET 2.0 web site that is made up of .aspx pages that are done in the Clasic-ASP-looking "inline method". I need to add a SiteMap Control to the pages in the site, and need to see an example of how to do so, since there is no codebehind or
|
| Adding Class .cs Files to Inline ASPX Site? | 20 Jul 2007 09:50 GMT | 2 |
I am working with a site that uses inline code in .aspx files and C# code in the header area. I would like to add some HTTPModules and HttpHandlers but am not sure where to put the .cs files and how to reference them in the web.config - can anyone show a sample?
|
| .Net Framework 3.0 Question & Answer | 20 Jul 2007 09:46 GMT | 2 |
http://dotnetframework3.blogspot.com We have selected a big collections of questions and answers in Microsoft Dot NEt Framework 3.0 http://dotnetframework3.blogspot.com
|
| Databound AjaxControlToolKit Accordion Control: How to access Controls | 20 Jul 2007 09:33 GMT | 1 |
We are trying to use the accordion control from ajaxcontroltoolkit by databinding to an sqldatasource. The accordion binds to the datasource perfectly. However, We are not able to access the controls or their values which were bound.
|
| ViewState or QueryString | 20 Jul 2007 07:36 GMT | 1 |
One of my web pages is a page that allows the user to create or modify a project definition. It displays a feedback message when you've performed certain actions that causes the page to post back to itself (similar to Gmail's feedback messages). For instance, when you select
|
| Export to CSV problem | 20 Jul 2007 07:29 GMT | 2 |
I am facing a problem in exporting CSV file.I able to export it properly in IE7 bbut in Mozila it seems the file name is changed and an extra , is added in the file name.say if the file name is "Report .csv" in mozila it becomes Report .csv," .I am writting the
|
| asp.net 2.0 roles not working when deploying to web server | 20 Jul 2007 06:48 GMT | 5 |
I'm developing my first ever web application and I'm running into a lot of problems. My problem I'm encountering now is how to make roles work when I deploy my web app to my company's server. It's an Intranet application. I used forms authentication and I enabled the
|
| Error 1804? | 20 Jul 2007 05:33 GMT | 1 |
I am getting this error when attempting to preview local sites (I have been documentation for the past few weeks, so it is likely something that I added in that timeframe). Message in Event Viewer:
|
| How to call an aspx that accepts parameters through HTTP POST and returns an image, and then display the image in my html? | 20 Jul 2007 05:25 GMT | 3 |
I run into a problem. I am trying to write an aspx that can dynamically generate an image based on some input parameters. Things are very simple if the size of the parameters is small and I can put them on the URL and pass them in as HTTP GET. In my image
|
| ASP.NET Conditional Statements | 20 Jul 2007 05:02 GMT | 1 |
I have an ASP.NET page that uses a FormView and SqlDataSource. Within my page I want to change a string if a column within my database record is a certain value. Here is some sample code: <asp:Content ID="Content2" ContentPlaceHolderID="Main" Runat="Server">
|
| Have an Empty Grid Show In Asp.net page | 20 Jul 2007 04:33 GMT | 4 |
I am trying to create an asp.net page for a web site and would like to put a grid on the page that won't be filled until a user clicks a button. But I want the grid to be visible before the user clicks the button. I've tried the data grid, table, etc and cannot find one that
|
| Not able to declare variables in custom user controls | 20 Jul 2007 03:48 GMT | 3 |
I've a custom user control: 'user1.ascx <script language="VB" runat="server"> Public str1 as string
|