| Thread | Last Post | Replies |
|
| 1.1 vs 2.0 Textbox Control Text on Postback | 28 Dec 2007 14:55 GMT | 2 |
In asp.net 1.1 I use this bit of code to get the text from a textbox in a datagrid on postback: txtComments = CType(dgi.FindControl("txtComments"), System.Web.UI.WebControls.TextBox)
|
| Adding click event to linkbutton | 28 Dec 2007 14:42 GMT | 1 |
I am new to .NET and need help with adding click event on LinkButton programatically. Please see the code below. I would like to add a click event on LinkButton returned from "Function EditLink". This LinkButton should fire "Sub EditNav"
|
| ASP.NET 2.0 - a newbie question | 28 Dec 2007 13:14 GMT | 3 |
Is there some experienced ASP.NET 2.0 developer, who could answer some newbie questions? I am a complete newbie to ASP.NET 2.0 and Web programming, trying to take my first steps. For this, I have bought a couple of books
|
| Server side variables (e.g. $_SERVER['REMOTE_ADDR']) - dotNet equivalent? | 28 Dec 2007 13:03 GMT | 3 |
What is the equivalent for retrieving server side variables? For example in PHP, one such predefined variable is: $_SERVER['REMOTE_ADDR']
|
| I am getting network printer when running my web project through IIS | 28 Dec 2007 12:58 GMT | 2 |
Hi all forum Member, I am facing very tropical type of problem. I devoloped a intranet web project. I want to print crystal report by selecting network printer. I accessed all network printer in dropdownlist in crystal report page.
|
| Design tags functionality | 28 Dec 2007 11:38 GMT | 5 |
I need to design a photo gallery, each photo can be assigned tags to just like in flickr. What would be the most flexible and efficient design for a tagging system. Right now I have a photos table
|
| how to add our own pages in DotNetNuke | 28 Dec 2007 11:22 GMT | 4 |
Hai I am new to dotnetnuke. I installed dotnetnuke and went to the admin page of the dotnetnuke.( the first page asking user name password).
|
| datagrid row color change | 28 Dec 2007 11:05 GMT | 1 |
I've a datagrid in the left hand side menu, depends user selection i want to highlight the row. It works but if user navigated any page inside that page then it won't highlight. The pageid is not in the menu grid.
|
| Hierarchical Membership Implementation | 28 Dec 2007 08:42 GMT | 2 |
I am attempting to utilize the membership provider to do the following: Boss > Manager > Employee which means that Boss has all the rights of the Manager, the Manager has all the rights of the Employee (which means the Boss has all the rights of the
|
| Tilde ~ causes problem - URL Rewrite | 27 Dec 2007 23:33 GMT | 4 |
We have implemented URL rewriting in our site. It all went OK till home page links. When we click on home page category control, where we have implemented rewriting, it works ok, and open subcategory listing page.
|
| ASP.NET Session management from External Application | 27 Dec 2007 22:01 GMT | 13 |
I Need to forcefully Abandon ASP.NET sessions from an external Windows application or another site. Please help how can i implement this
|
| Insert Javascript | 27 Dec 2007 21:50 GMT | 7 |
Hello all, I have a web user control that displays a single image from javascript. In order to insert the javascript into the webcontrol, I use the page.registrer script call in the code behind since the images are dynamically created. This works however, I can not figure out ...
|
| Post from Update Panel taking too long | 27 Dec 2007 21:42 GMT | 2 |
I have finally added the AJAX extensions to my ASP.NET project in VS 2005 and VB. It was far simpler than I had anticipated, and I wondering why I didn't use the Update Panel sooner. Anyway, one of my pages has many controls and populates large DropDown lists
|
| javascript client calback or ... | 27 Dec 2007 21:34 GMT | 2 |
early I had a drop down combo using if postback but I noticed that there are other better methods such as using java script and hidden feilds Or n framework 2 use client call back handler...actully i need to pick up a method and use it would you
|
| Why Building resources in an ASP.NET project is so slow? | 27 Dec 2007 19:49 GMT | 1 |
Why Building App_LocalResources or other resources in an ASP.NET project is so slow? (While publishing a website) Is there a way to speed up it?
|