| Thread | Last Post | Replies |
|
| sharing masterpage across two projects | 20 Oct 2005 13:51 GMT | 4 |
this is an asp.net 2.0 question. I have a project that holds a master page. I want to use the same masterpage in another web project. It seems like this is not possible. Anybody know how to work around this?
|
| ASCX User Control Drop Down List Issues | 20 Oct 2005 13:30 GMT | 3 |
I have an ASCX user control with a drop down list inside an ASPX (C#) page. The user selects an item from the DDL, clicks a button, and the DDL.SelectedValue is supposed to be sent to another function. However, the SelectedValue is always the first value in the DDL. I have tried
|
| I've got doubt about MARS feature support in ASP.NET 2.0 and MSSQL 2.0 | 20 Oct 2005 12:48 GMT | 1 |
I've got issue about MARS feature support in ASP.NET 2.0 and MSSQL 2.0 How to get things work? What i've done is I got vs.net 2.0 and MSSQL 2005 installed on my pc. Then I tried to test MARS feature following the example in the msdn
|
| ASP.net and CrystalReports | 20 Oct 2005 10:36 GMT | 2 |
I write web applicationa and I want use CrystalReport. On developer machine all works very well, but if I copy application to server on web site I have information (error) that assambly can't find CrystalDecisions.CrystalReports.Engine
|
| Identifying user in Windows group | 20 Oct 2005 10:35 GMT | 9 |
I am using Visual SourceSafe to work on a project in a team of three. I have created a Windows group caleed "Application_MO" on my machine and added my Windows login to it. However, when I run the code below, the answer is always "KO" i.e. I am not
|
| How To Force Server To Send Data To WebPage WIthout Refresh(Push Method) | 20 Oct 2005 10:32 GMT | 4 |
my prob. is that i have a web server, and i want it to send fresh data,whenver it is available(from sum other source), to a webpage. Now i used refresh, but i want to use an alternative.
|
| save file with different name ! | 20 Oct 2005 10:19 GMT | 1 |
uptill now i able to save the files to the server with thier original names, but i want to save the files with different names to avoid duplication of file names. see the following for what i have acheived uptill now : strFileName = txtFileName.PostedFile.FileName strFileName = ...
|
| Few questions On "Community Server" | 20 Oct 2005 09:52 GMT | 10 |
1. Is there an ASP.NET 2.0 version available yet? 2. Is there a VB.NET version available? 3. How do I install the source version on my dev machine (I have SQL Server 2000, VS.NET, IIS, etc...)
|
| Tab Index | 20 Oct 2005 09:52 GMT | 1 |
Does any one know how to change the TabIndex of the controls in runtime? I made: textBox1.TabIndex = 0 textBox2.TabIndex = 1
|
| Open web page in new window | 20 Oct 2005 06:45 GMT | 3 |
I am creating a web application using C#. I have a login page that is used authenticate the user and redirect them to another web page called Run.aspx that runs an executable that takes their username as a parameter. Currently I am using Response.Redirect(Run.aspx) to take
|
| convert 01/01/0001 to empty string | 20 Oct 2005 04:15 GMT | 6 |
I am using ObjectDataSource bind to DetailView which will contain one of the column with the value type is date. whenver the value of this column is empty . then it will be display the date in the format ( 01/01/0001), How can I convert it to empty string or just string?
|
| Making the same button do client side javascript and server side vbscript? | 20 Oct 2005 02:14 GMT | 2 |
I am working on an application where the user enters info into a multiline textbox. The info is Stylesheet tags that he wants web pages to use. Basically he would be entering a stylesheet into the textbox, something like:
|
| Getting ApplicationPath (or equivelent) in Application_Start handler | 20 Oct 2005 02:03 GMT | 8 |
Is there any way I can get the application path (the one returned by Request.ApplicationPath) in the Application_Start method in Global.asax? Request is not valid there. On a related note, is there a way to get it from a static method in an aspx page, or in the class
|
| Infragistics webgrid | 20 Oct 2005 02:02 GMT | 1 |
If we use infragistics webgrid and how a hierarcial grid with child row cells with html table innerText. Now suppose we try to reduce the width of this row not that on moving to the header of this child row cell and releasing mouse we get an error of 'style' is null or not an object ...
|
| Best grid to use in ASP.Net | 20 Oct 2005 02:01 GMT | 3 |
Can anybody suggest me, which is the best grid that can be used in ASP.Net. The main functionality I'm looking for is I shoud be able to do heirarchical view of data. Need to do a row merge and column merge.
|