| Thread | Last Post | Replies |
|
| books for newbies | 28 Sep 2007 04:07 GMT | 5 |
Hi I am new to web Development nad i wat to know which books are best for ASP.NET and ADO.Net. I am a beginner in this field so please refer me the books that are for
|
| Trace.Warn not working in my class | 28 Sep 2007 03:57 GMT | 2 |
I have a page with Trace.Warns statements in my Page_Load and functions that it calls, but it doesn't seem to work in a class that is defined on the same page. I am writing this in C# I am getting the following error at the 1st Trace.Warn:
|
| Display an hyperlink column in gridview using TemplateField | 28 Sep 2007 02:10 GMT | 3 |
I need to display an hyperlink column in gridview where if the user clicks that column the page should move to the selected page. I have got help from this group & started using template field. After using this, I couldnt see a column supporting hyperlink.
|
| Which project should I create? | 28 Sep 2007 01:37 GMT | 1 |
I have been developing ASP.NET / SQL web sites for quite sometime. Now I need to create a simple application to run on my computer that communicates in real time using a COM API. What kind of VS 2005 project should I use?
|
| Show/Edit on one page: Best option | 28 Sep 2007 01:24 GMT | 3 |
I want to have a page that displays the fields of a record of a database. When user press 'Edit' button, he would be able to edit the data. What is the best way to do this? What I can suggest is to show the fields using label controls and when user
|
| Web config | 28 Sep 2007 00:55 GMT | 1 |
have a web app where one page Default.aspx should be publicly accessable and another Admin.aspx restricted to a certain local group. When I am on Default.aspx. There is link which suppose to take me Admin.aspx but I want too give security to that page and always it jumps me to ...
|
| Error message | 27 Sep 2007 23:42 GMT | 1 |
I am getting the following error. What's the wrong It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error
|
| Page_PreInit | 27 Sep 2007 23:40 GMT | 2 |
In the article titled "ASP.NET Page Life Cycle Overview" at http://msdn2.microsoft.com/en-us/library/ms178472.aspx, under the topic "Life-cycle Events", for the Page Event named PreInit, it is stated that
|
| ASP.NET sites with built-in max session count governors? | 27 Sep 2007 23:03 GMT | 10 |
For reasons I won't get into here, I'd be curious if anyone has tried to write an ASP.NET 2.0 site that could restrict the number of active sessions before disabling the application. By disable, I mean just stop the site
|
| Retrieving contained Controls during postback using LoadPostData | 27 Sep 2007 22:55 GMT | 5 |
I am writing a Control that inherits from System.Web.UI.WebControls.CompositeControl. Like many Controls, my Control renders more than just one inner Control. When a postback occurs, I need to get the data posted by these inner Controls (by using the postCollection
|
| specifying datavaluefield in ddlb | 27 Sep 2007 21:28 GMT | 4 |
I have a dropdown of states that is populated from a table, that looks like ddlb.DataValueField="StateCode" // ex: FL ddlb.DataTextField="StateDescription" // ex: Florida If I want to set the initial value I can use
|
| Working with XML | 27 Sep 2007 20:36 GMT | 4 |
Howdy, I'm using VB.Net 2.0. Is there an easy object to use to handle XML? Basically, i am collecting a ton of info from SQL, from various Tables/Views/Procs, adding some data on the fly then I need to output the
|
| GetTheText\TemplateField | 27 Sep 2007 19:24 GMT | 1 |
Below is the code for my GriView Columns. When the user clicks the update button I am going to need to get the value of the FileUpload text box, for the edited row. I was thinking of using the RowUpdating event for this. How do I get at the FileUpload Text.
|
| Exception | 27 Sep 2007 18:06 GMT | 4 |
I have a function which communicates with a database: Public Overloads Sub Create(ByVal name As String, _ ByVal comment As String) Try
|
| Formatting Numbers for a DropDownList | 27 Sep 2007 16:42 GMT | 3 |
I am using databinding to populate a dropdownlist with numeric values. Some of the values have more decimal places than others, and I only want the minimal number of decimal places necessary displayed. The only way I have found to do this is to use the following for the ...
|