| Thread | Last Post | Replies |
|
| Asp.NEt Calendar control | 17 Mar 2006 14:13 GMT | 2 |
HI! All, When using ASP.NET Calendar control, by default it displays the current month , If i want to display next or previous month, how do i do it?? Thanks in advance.
|
| DetailsView with Dataset | 17 Mar 2006 13:53 GMT | 2 |
I'm trying to read values from editing row. I attempt to use : protected void _DetailsView_RowUpdating(object sender, GridViewUpdateEventArgs e) {
|
| no spaces | 17 Mar 2006 13:32 GMT | 1 |
is there a quick option in asp.net or visual studio 2005 to strip out all unessesary spaces in the html output? and html comments? I want to save bandwidth, readability is not an issue
|
| ASP.NET Datalist repeater | 17 Mar 2006 13:30 GMT | 1 |
Is there a way to disable the autogenerated <table> and <span> tags in datalist? the property RepeatLayout only has these 2 options. I use CSS style <h3> and the auto generated tags always mess my layout up.
|
| Which namespace should be imported to handle application in .dll files? | 17 Mar 2006 13:29 GMT | 1 |
I want to access application objects, Which namespace should be imported so that I can do that?
|
| store custom control in cache | 17 Mar 2006 13:07 GMT | 1 |
i have a custom control (a derivate of webcontrol) and i override the method "Render". Does it make sense to store the actions on the HtmlTextWriter in the cache? is this possible? thanks for help. Alex
|
| oops :) | 17 Mar 2006 12:42 GMT | 1 |
Sorry, that was some other directory that I gave file access to :) he he T
|
| CSSClass in MasterPage at DesignTime | 17 Mar 2006 12:34 GMT | 1 |
my todays problem is: Im using CssClass for server controls as <asp:panel> is. Im using MasterPage with these panels to define base layout of the page. I cannot see layout of the page in design time. The panels are positioned by a default properties,
|
| Urgent help needed! | 17 Mar 2006 12:25 GMT | 17 |
I need to send a pdf file generated on the fly using reporting service. Public users dont have acces to the server hosting reporting service. My publicly accessible website need to call a page on the reporting servcie server and send the pdf file back to the client.
|
| Where do I put my Database relations... at DATABASE level or in PROGRAM LEVEL? | 17 Mar 2006 11:29 GMT | 8 |
Mybe it's a stupid question but : I'm starting to learn VB.NET. I have some basic skills. I'm from Mainframe world and I have same question to make my DATABASES (tables and relation)
|
| Registration free COM components in the ASP.NET application | 17 Mar 2006 09:27 GMT | 4 |
I want to use registration free COM component in the ASP.NET application. I found the articel about registration free COM in the windows application: http://msdn.microsoft.com/msdnmag/issues/05/04/RegFreeCOM/default.aspx So I have wrote the manifest file for my COM component and ...
|
| Practical .NET2 and C#2 | 17 Mar 2006 08:50 GMT | 2 |
I've just released the book Practical .NET2 and C#2. More info is available on the site http://www.PracticalDOT.NET You can download sample chapters about CLR, Security, Threading/Synchro and some C#2 features here:
|
| Dropdownlist Autopostback not working | 17 Mar 2006 08:06 GMT | 3 |
I am using ASP.NET 2.0. I have 2 dropdownlists in my page. One holds the list of all the countries and other holds the list of all States. When the user selects the country as United States, I want the second dropdownlist to show all the states in US, otherwise I want the state ...
|
| "Invalid postback or callback argument" | 17 Mar 2006 08:04 GMT | 4 |
I've upgraded to VS 2005. I have a page that contains no submit buttons...it merely shows some data. But, several times a day (out of thousands of hits), I get this error: System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> ...
|
| A simple nested datagrid (vb.net)? | 17 Mar 2006 07:27 GMT | 4 |
What is the best way to do a simple nested datagrid? I have a tableA with personID, first name and last. TableB with information on personID. I am looking for a way to bring name values on a datagrid and when selected it would show person
|