| Thread | Last Post | Replies |
|
| Hi | 30 Mar 2008 10:13 GMT | 1 |
Pls help me, I am basically a windows devloper, planning to do my first web application. for the Login page== other than checking user name and password from the database, what else i have to do for security or
|
| Compiler errors in commented JavaScript code | 30 Mar 2008 06:43 GMT | 4 |
I removed some functionality from an ASP.NET 2 webpage by deleting the input ior textbox control from the page's code. Then I commented out the JavaScript function on the same page that referenced the deleted control, so the commented function looks like this:
|
| DataFormatString is ignored on on some servers | 30 Mar 2008 03:45 GMT | 3 |
Is their any particular reason (server or design?) why the following line won't work on some servers? This is code within a Gridview control <asp:BoundField DataField="Regional Target" DataFormatString="{0:#%}"
|
| totally confiused.. i need help | 30 Mar 2008 01:45 GMT | 2 |
i am trying to access the following dbase table through a web page.. i have tried gridview, datalist, details view, formview... really stuck and i can not find any info anywhere (that is actually written in english) that helps me...
|
| dot net frame work | 29 Mar 2008 21:12 GMT | 1 |
http://programming-languages-tutorials.blogspot.com/2008/01/net-framework.html
|
| Storing Copy of Email into Sent folder | 29 Mar 2008 19:14 GMT | 1 |
Ho can i store copy into sent folder using .NET. using Exchnage server. This has to run on the IIS server, user will provide the authentication details if that is needed.
|
| ASP.NET Substring | 29 Mar 2008 15:10 GMT | 1 |
i am programming a website using ASP.NET 2.0 and SQL 2005 and serving the last five members via DataList containing a HyperLink like this code: <asp:HyperLink ID="firmaHyperLink" runat="server" NavigateUrl='<%# Eval("firmId", "~/Firma.aspx?firmId={0}") %>' Text='<%# Eval("name", ...
|
| ObjectDataSource Binding Before I Need it | 29 Mar 2008 11:42 GMT | 5 |
I have a gridview that is using an objectdatasource that is calling a BLL class that wraps a Typed dataset. The objectdatasource has parameters that tied to page controls (textboxes, dropdowns ect) I had always thought that the Objectdatasource wouldn't bind while the
|
| GridView/FormView (master/details) questions | 29 Mar 2008 09:53 GMT | 2 |
I have a hard time finding an example with GridView and FormView on the same page. So I'm hoping that someone will be able to help me with the following: 1) How do I refresh GridView after Insert, Update, and Delete in a linked FormView?
|
| Generating static HTML files from ASP.Net application | 29 Mar 2008 08:50 GMT | 2 |
I have some pages designed in ASP.Net. I want to generate static HTML files from these pages, so that I can give them to a professional web designer (who does not use ASP.Net), to "clean up" the pages. MTIA
|
| Best way to update SQL Server db that is in production? | 29 Mar 2008 03:34 GMT | 3 |
First, sorry if this is a stupid/open ended question... This is a theorhetical question... I am a single freelance developer (not part of a team.) If I create an ASP.NET website that accesses a SQL Server db, when I later
|
| IE6 Bug Workaround ????? | 29 Mar 2008 01:08 GMT | 7 |
I know this is not an IE newsgroup. But im going to ask your opinion on this. I have a customer who cannot change at this time from IE6. The following form is a simple example of a problem which exists where Combo Boxes do not appear to obey the z-index laws. In my example, ...
|
| Totally confused | 29 Mar 2008 00:54 GMT | 5 |
Ok I have a web control which is used to input search terms. It works really well on one page. Now I need nearly the same functionallity on another page and I take the pieces and move them to the new page (no web control). I have a button with
|
| Need to find which textbox has focus from a user control. | 29 Mar 2008 00:24 GMT | 2 |
I have a web app that is going on a touch screen computer with no keyboard, so I have to allow them to enter numeric data into text fields through a UserControl that I built. All I need to find is which textbox control on the page has focus so I know where to put the
|
| page load after postback - how does it know? | 28 Mar 2008 23:48 GMT | 2 |
Looking at the locals I have "ME" and "sender". I've just clicked on a dropdownlist and it's fired a post back. I'm in the page_load. I know that after the page_load is complete it will fire the click event handler for my dropdownlist, which indicates, since I've got several
|