| Thread | Last Post | Replies |
|
| Custom control is naming it's components differently | 19 Jan 2007 18:39 GMT | 3 |
I have written a custom control that uses AJAX (it implements IPostBackDataHandler and ICallbackEventHandler). I have tested it, and it seems to work the way I want. However, when I used it in another application of mine it named the components as ControlID$ComponentID instead of ...
|
| LOGIN Controls & Setting Focus--NEED HELP PLEASE | 19 Jan 2007 18:36 GMT | 8 |
Good morning friends, I am working with Visual Studio 2005, ASP.NET 2.0 I am working with the Login controls provided my .NET 2.0, trying to make the Login1 control UserName textbox obtain SetFocus upon load of the .aspx
|
| How to show GridView bound to empty data source? (2.0) | 19 Jan 2007 18:20 GMT | 13 |
Helo All, The problem: GridView control does not render at all (header/footer) when the data source is empty. I have seen a similar question posted already, but I just can not believe
|
| Annotate a floor plan | 19 Jan 2007 18:18 GMT | 4 |
I need to annotate a large store floor plan. I have the floor plans as images, and I was wondering if there is any software available which would allow me to quickly and easily create hot-spots and then superimpose text over those hot spots. And then I need to print the
|
| WEBDAV | 19 Jan 2007 18:03 GMT | 1 |
Looking for some webdav client in .net. Is there anything available as open source? Thanks Ram
|
| dropdownlistbox | 19 Jan 2007 16:32 GMT | 2 |
sir, when i bind the dropdownlistbox through dataset, ok fine iget the datas. i have one command button and one label i want to display the selected item in label when i click button.
|
| ASP.Net Caching Question | 19 Jan 2007 16:27 GMT | 2 |
I'm currently storing a number of objects in application scope directly and reference counting/disposing of them with the Session_OnEnd event. I'm considering changing to a solution using the Application cache but I'm a little unsure of its behaviour. If I add an object to the cache ...
|
| Is ASP.Net 1.1 still needed after installing ASP.Net 2.0 | 19 Jan 2007 16:09 GMT | 7 |
I'm having strange problems with IE7 just quiting when I open documents on some Sharepoint 3.0 Sites and I think it could be a asp.net issue. My Windows 2003 Server running IIS 6 and Windows Sharepoint Services 3.0 shows both ASP.NET 1.1 and 2.0 as options in the IIS Manager's ASP
|
| Creating a form dynamically with a Repeater | 19 Jan 2007 15:42 GMT | 1 |
I'm building a multi-lingual CMS. The user can add as many languages as he likes. The user will be able to create sections for different content (General, News Releases, etc...) in the db table tblSection. For each section, the user will have to input the section name for each
|
| save as dialog | 19 Jan 2007 15:24 GMT | 1 |
Hello. I am making a web application with c# and am using this code: Response.ContentType = "application/x-excel"; Response.AddHeader("Content-Disposition", "attachment;filename=" + HttpUtility.UrlEncode("あいうえお") + ".csv");
|
| Updating a .Net 2003 application question | 19 Jan 2007 13:52 GMT | 4 |
I've inherited a fairly complex application and need to make some changes. The app sits on a Win 2000 virtual directory and the various aspx, vb, and resx files are in the directory. I have it running fine on a development machine. Can I just copy updated versions of a few of
|
| Response.Redirect to a new Window in IE7 | 19 Jan 2007 08:12 GMT | 3 |
Using VS2005 / ASP.NET 2 / VB.NET2 I know response.redirect (http://www.site.com) will take me to the site. What do you add to this so it will redirect you to a new IE? Even better, redirect to a new tab in IE7?
|
| Classic ASP Question | 19 Jan 2007 05:10 GMT | 1 |
I'm trying to write a .net type interface that mimics a datagrid using ASP. I'm not really familiar with the ASP environment so, I'm not sure how to identify what button for what record was pressed when using a submit type control and I'm not sure how to get new values submitted ...
|
| get browser window size in code behind | 19 Jan 2007 04:09 GMT | 3 |
I am displaying some dynamic data in a content page, how do i figure out the height and width of the browser in asp.net? I know i can write javascript on the client side to get the information, but i need this information on the server side.
|
| Access Web Form Control | 19 Jan 2007 03:55 GMT | 3 |
I have a simple Wizard page.aspx <asp:Wizard ID="Wizard1" runat="server" ActiveStepIndex="0" > <WizardSteps>
|