| Thread | Last Post | Replies |
|
| problem with Gridview data | 15 May 2008 18:43 GMT | 1 |
Hello I have posted on this group and have been helped tremendously, now I am close to finishing up my work and I am stuck at a single area. I will explain the situation. Basically I have a Gridview which gets data from a sqlDataSource tied to the database. The Gridview uses ...
|
| Buttons not "hearing" the clicks | 15 May 2008 18:27 GMT | 2 |
The following works fine doing exactly what is supposed. <asp:LinkButton id="id" runat="server" Text="Text"> </asp:LinkButton>
|
| Help Finding a Good ASP .NET Programmer | 15 May 2008 17:11 GMT | 5 |
Does anyone have a good suggestion how to find a good aspnet programmer in the philly region? Monster and Craigs have been useless. Are there regional groups that come together that I can approach? Thanks in advance for suggestions.
|
| Raising an event in code | 15 May 2008 16:41 GMT | 3 |
I want to use the browse functionality of the asp:filedownload control programatically without the client clicking on the asp:filedownload browse button(FileDownload1.visible=false.) How does one raise the OnClick event of the asp:filedownload control programatically?
|
| CBT training on ASP.NET | 15 May 2008 16:08 GMT | 1 |
Any good suggestions on any CBT training on ASP.NET 3.0 or 3.5?
|
| [2008] ASP.NET (VB) - How to retreive a client's IP | 15 May 2008 13:41 GMT | 2 |
I got an intranet web site and there is a proxy on the network. I want to retreive a client's IP, how could I get it ?
|
| javascript and uawe controls... | 15 May 2008 12:52 GMT | 2 |
I am trying to figure out how to fire a javascript function from a button on a user control that executes a javascript function on the main form - all without invoking a postback. How is this done?
|
| ASP.NET 2 - TextBox control on IE 5 Mobile - onblur does not fire | 15 May 2008 11:54 GMT | 1 |
I'm tearing my hair out on this! I have a simple ASP.NET 2 page with a TextBox control, in the PreRender I set ClientSide events:- Response.Attributes.Add("onchange",
|
| VS2008 - Localhost debug ... | 15 May 2008 11:52 GMT | 12 |
Recently upgraded to VS 2008 and trying to debug a web application. When I start the application the url is something like http://localhost:nnn/project_name/default.aspx This is new and causes my web to fail because of the project_name embedded
|
| Cache.EffectivePrivateBytesLimit shrinks as box gets bigger? | 15 May 2008 04:25 GMT | 10 |
Hi... We've been trying to migrate our asp.net apps off older, underpowered hardware to newer, bigger boxes but when we do, we see our databases start to melt.
|
| Can CompareValidator be used to compare cells in a gridview? | 15 May 2008 02:49 GMT | 2 |
Is it possible to have a CompareValidator to compare values from two cells in a gridview row? I'd like to do that while in edit mode. Thanks, Bogdan
|
| Ajaxtoolkit Popup Control Extender and javascript function | 15 May 2008 01:46 GMT | 1 |
I am trying to use a popup control extenter which works fine the following way where we have an object and a popcontrolextender objec that points to this object. <asp:ImageButton ID="ibPractitioners" runat="server"
|
| Restful design | 14 May 2008 23:57 GMT | 2 |
I need some architecture design verification. We have a site on shared hosting so I can not use ISAPI filters to do any URL redirecting..etc. We need to allow our end users to access some data so they can display it on their site. I've been reading a lot of REST which is really easy
|
| Sharing code across projects | 14 May 2008 23:33 GMT | 2 |
I'm working with a group that's been doing C++ coding for quite a long time, now, and in that environment we've pretty much worked out development practices that serve us well. We've been doing more and more, over the last few years, in C# and
|
| DropDown | 14 May 2008 23:24 GMT | 1 |
Hi, I have a DropDown (ComboBox) control on a grid template field. How do I do a loop from 1 to 50 to feed this combo with these numbers? How do I capture the name of the control? at what moment? should it be used inside some grid event?
|