| Thread | Last Post | Replies |
|
| Ajax (Anthem) DropDownList problems in User Control | 17 Oct 2007 19:58 GMT | 2 |
DotNet2.0, Anthem Ajax I am trying to use a dependent DropDownList (Country/State) setup in a User Control. Works fine in a page implementation, the controlling DropDownList does the callback and the dependent DropDownList
|
| Hi Bill Gates | 17 Oct 2007 19:15 GMT | 6 |
Hi Bill Gates and all your team, I love you man... I hope you can read this! Im doing beautiful things with asp.net 2.0... I love your company and your products... MS is the best of the world and always will be!
|
| javascript in page load | 17 Oct 2007 19:06 GMT | 7 |
hey all, is it ok or normal to use ClientScript.RegisterStartupScript in the c# code-behind page load event? and do i absolutely need to check for ClientScript.IsStartupScriptRegistered("key"), especially in the page load?
|
| Using gridview in a timecard application | 17 Oct 2007 18:28 GMT | 7 |
Is there a way to use a gridview in a timecard application, and if so, how? I was looking at using a gridview to display a person's hours worked in a week. To do this, many different data records would have to display on the same row to make up a week (the database has a new row ...
|
| DbProviderFactory | 17 Oct 2007 18:17 GMT | 2 |
I am using VS2005. I have added: import System.Data.Common And in the code I want:
|
| How do I make Xhtml strict appear in the Visual Studio 2005 dropdown? | 17 Oct 2007 17:40 GMT | 1 |
How do I make Xhtml 1.0 strict or Xhtml 1.1 strict appear in the Visual Studio 2005 dropdown? How do I add a Xhtml 1.0 strict to the dropdown in visual studio 2005? I have used the default selection XHTML 1.0 Transistional.
|
| HttpContext.Current.Session==null in .cs file | 17 Oct 2007 17:27 GMT | 14 |
I have created ASP.NET project in which I have a file Admin.cs. It contains static class Admin with some methods and properties. The problem is that in property get a reference HttpContext.Current.Session is null, although for instance HttpContext.Current.Application or ...
|
| ThreadPool and Threads! Help please! | 17 Oct 2007 17:05 GMT | 3 |
I'm using asp.net 2.0 and I have an understanding issue here! I don't quite understand when the available threads in the ThreadPool are ever used. The application I have running doesn't use ThreadPool.QueueWorkItem, and doesn't create any other Threads. So say
|
| web reporting with iList support | 17 Oct 2007 17:03 GMT | 2 |
I am looking for a solid asp.net web reporting component that would support iList. several trial packages I have downloaded seem to supports iList mostly for their windows component. Does anyone know a good one they have worked with themselves.
|
| ClientScript parm definitions | 17 Oct 2007 17:00 GMT | 4 |
hey all, can someone please explain in lamen's terms the following: ClientScript.RegisterStartupScript(this.GetType(), "key2", "javascript string", true);
|
| How to make a Web Application Project with Visual Web Dev?? | 17 Oct 2007 16:49 GMT | 5 |
Is it possible to make a Web Application Project in VWD (like Visual Studio 2005)? Thanks Chris
|
| update panels and javascript? | 17 Oct 2007 16:04 GMT | 5 |
We have an update panel that has a gridview with checkboxes and other items in each row. We went to the RowCreated event in the codebehind, to set an attribute on a checkbox in each row, to execute a particular javascript function (client-side). THis is supposed to work. I've
|
| Invalid postback or callback argument | 17 Oct 2007 15:30 GMT | 2 |
Here's what I'm doing. I got 2 dropdownlist controls that are dynamically being populated by javascript. I'm assuming that the viewstate is no longer valid , because when attempting to submit the form it throws the following error during postback
|
| VS.NET vs Visual Web Developer | 17 Oct 2007 15:09 GMT | 3 |
I want to know what added features are there in Visual Web Developer for developing web-sites. At present I use VS.NET IDE to write an ASP.NET app.
|
| FormatDateTime | 17 Oct 2007 14:52 GMT | 2 |
I have a web page field formatted with FormatDateTime(mydate,2) and when the column is NULL the report shows 1/1/0001 Thanks David
|