| Thread | Last Post | Replies |
|
| Atlas + Webparts --> Strange Error | 27 Apr 2006 22:03 GMT | 1 |
Hello all, I have a web application that uses Atlas and Webparts. It works fine on my machine, but on the remote servers, i get the following error: _whidbeyZone.webPartTable is null or not an object
|
| DropDownList - SelectedIndexChanged | 27 Apr 2006 21:17 GMT | 9 |
I was trying to find something about this on web but with no success. I am using code behind. Basically I am creating drop down list dynamically. Everything works but calling SelectedIndexChanged event never fires up.
|
| writeable checkbox in datagrid from bit field in table | 27 Apr 2006 21:15 GMT | 4 |
I am having a very difficult time with what should be an easy task. I simply want to select these fields from the database table into the GridView control and have checkboxes appear for which the user can select which columns to include in a report.
|
| FormView, SqlDataSource and handling exceptions | 27 Apr 2006 21:04 GMT | 4 |
Hey all, So.. a simple FormView/SqlDataSource to handle inserting records into a table. The table has a primary key that the user enters (eg DiscountCode). If the user enters a duplicate the database complains about a primary key
|
| Button Click and JavaScript | 27 Apr 2006 20:45 GMT | 5 |
I have an ASP.NET Button Control. I woud like this button to make a Call to JavaScript function on some condition. How would i do this Thanks Sekhar
|
| what is the best ajax lib? | 27 Apr 2006 20:31 GMT | 6 |
I would like the opinions of those who actually use Ajax libraries and maybe tried various APIs before settling on the one you currently use. I would like to know what libraries (that are free) would people recommend using for a site.
|
| Ajax frameworks | 27 Apr 2006 20:29 GMT | 7 |
Hi. I have been reviewing Ajax frameworks for .Net and really like the look of MagicAjax, the open source framework, because of the simplicity of its design. However I am a little concerned at using an open source framework from a support perspective. Has anyone used MagicAjax in ...
|
| Passing data to another project | 27 Apr 2006 20:26 GMT | 10 |
From a Web page, I need to open another page created in another project and pass some object (a database connetion) to that page. Looks like the second project has its own Application and Session states. Thanks.
|
| GridLayout no longer supported!!?? | 27 Apr 2006 20:20 GMT | 1 |
I see that in VS.Net 2005, grid layout is no longer supported. I really liked gridlayout because I could put things exactly where I wanted them. How can we put things exactly where we want them now? Why was gridlayout eliminated?
|
| catching exceptions across dlls | 27 Apr 2006 19:40 GMT | 1 |
I am not able to receive correct exception messages from a different project which is added as a reference as a dll. If I add that different project to the same solution and now add it as a reference, it is giving correct exception message. But the thing is I have so many ...
|
| Relitive or absolute path HELP | 27 Apr 2006 19:34 GMT | 5 |
For a home project I'm working on, I'm trying to get access to images within the web path, but the images don't show and I thing its because of the paths. Here is the dir structure: wwwroot
|
| RDLC Subreport problem... | 27 Apr 2006 19:16 GMT | 1 |
When I try to display a report with a subreport using the reportviewer control, I receive this error: Error: Subreport could not be shown. I have 1 paraneter between my 2 reports which is correctly defined.
|
| Asp.Net 2.0 - invalid webresource request | 27 Apr 2006 18:51 GMT | 1 |
Why does this happen? How do you work around the problem? System.Web.HttpException: This is an invalid webresource request. at System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext
|
| I don't remember | 27 Apr 2006 18:51 GMT | 2 |
Sime times ago I was reading about web controls that automatically remove html control passed when a form is postback ... but I don't remember the msdn link as well as the name of this prevention technique. Some helps? Andrea
|
| How to hide a column in datagrid? | 27 Apr 2006 18:47 GMT | 4 |
I am using a datagrid with databound columns. I want to set the width of one of the columns to zero. I use the following code in the design time. <ASP:BOUNDCOLUMN DATAFIELD="FieldName" HEADERSTYLE-WIDTH="0"
|