| Thread | Last Post | Replies |
|
| how to select a row in gridview in asp.net | 02 Aug 2007 07:31 GMT | 5 |
how can we select a row in a gridview with out select column and get events fired thanks
|
| cast in VB.Net | 02 Aug 2007 07:14 GMT | 2 |
Dim uc As UserControl uc = LoadControl("\usercontrol\topheader.ascx") Dim top As TopHeader How do I convert uc to datatype TopHeader?
|
| EventLogWebEventProvider | 02 Aug 2007 01:59 GMT | 2 |
Can I have EventLogWebEventProvider published event log entries as error with red icon? (it publishes them as warning with yellow icons by default) I also like EventLogWebEventProvider to publish entries to a separated category node within event viewer's left hand side group tree. ...
|
| Request.Querystring handling without name/value pairs | 02 Aug 2007 01:40 GMT | 2 |
I am working with an old web application writing new ASP.NET code to replace functions previously handled by a monolithic ISAPI dll and intercepting some calls to it. It uses, however, a query string made up of isolated values (i.e. <value>&<value>& . . .) rather than ...
|
| Question on navigation between pages | 02 Aug 2007 00:20 GMT | 2 |
I have a web app that will basically have two types of web forms, a locator form with a datagrid and a detail form. The locator form will display a list of objects such as customers etc. The user will be able to either click a button to create a new object, click a link to edit ...
|
| Javascript and DropDownLists question | 01 Aug 2007 23:01 GMT | 4 |
I have three dropdownlists in an AJAX UpdatePanel and I need to return the selected index for two of them; the problem is that I'm only able to return the selected index for the first dropdownlist of the three and it is the one that I don't need. The dropdownlists are named, in ...
|
| HyperLink Bug | 01 Aug 2007 22:51 GMT | 20 |
I had posted this problem earlier and just noticed that the Hyperlink is the problem. Apparently, it doesn't figure out the path correctly. It uses the path of the file it is in, even if it is a control.
|
| Tooltips display time? | 01 Aug 2007 22:50 GMT | 1 |
Is there a way to control the time that a tooltip stays displayed? I'd like to keep them up at least long enough for the user to read the whole thing.
|
| ASP.NET 2.0/C# Response to client is masterpage instead of file. | 01 Aug 2007 22:35 GMT | 2 |
When I single step through the code below, it sends back the PDF file that is retrieved in the line fm.GetAccountPDF(...). When I run without single stepping, I get the master page for this page. I have actually saved the file returned by IE 7 as a text file and opened it in ...
|
| ASP.Net ReportingServices & CPU Usage | 01 Aug 2007 21:52 GMT | 11 |
I have a report (stored procedure) that I have set up in SQL 2005 Reporting Services. In a web app, I put a Reportviewer control on the page, and call the report. After a lot of trial & error, it appears to work.
|
| interesting ajax issue | 01 Aug 2007 21:50 GMT | 1 |
I have an interesting issue that I think maybe related to AJAX. Here is my scenario:- I have an aspx page that contains an UpdatePanel with UpdateMode="conditional". There exists 2 usercontrols (ascx) inside this
|
| resx in dll | 01 Aug 2007 21:38 GMT | 3 |
i am developing a website and a dll .... in the App_GlobalResources directory are some .resx-files.... which filename i know. I want to use them in a dll which is in the bin-directory? how can i do that?
|
| Call .cs method/function from .ascx | 01 Aug 2007 21:08 GMT | 12 |
Is there a way to call a codebehind method/function from an attribute of a runat=server tag, kinda like this: <asp:Literal runat="server" ID="litTest" Text='<%# MyMethod("testargs") %>' />
|
| find the first thursday from a given month | 01 Aug 2007 18:50 GMT | 6 |
HI I have a stored procedure that returns data with a date field in the form of a DateTime type. I need to place data in variables based on days of the week starting with the first thursday of the month. So the week would be week 1= (first thursday of the month through the next ...
|
| Validator question | 01 Aug 2007 18:31 GMT | 3 |
I've got a dropdownlist that upon user selection, I have a javascript function that is run. This function, depending upon which selection from the dropdown, turns one small section visible and enables its validator, and turns another similar section off and turns off its
|