| Thread | Last Post | Replies |
|
| How can I get the name of my script? | 25 Jul 2007 13:16 GMT | 3 |
I need to obtain the name of my aspx script from within the script. I am developing a web counter, and I need to log the visitors into a file which has the same basename as the script?
|
| Pushing data into a Control with out Ajax | 25 Jul 2007 12:54 GMT | 4 |
I have a web application, it is running and have control (.NET control /Activex) which has to capture data from other application probably windows application. The data send by the windows application has to read by web application with
|
| 1 solution and multiple websites | 25 Jul 2007 12:51 GMT | 4 |
I have got 1 VS-solution with 1 project and multiple folders. Each folder consists of files for 1 website with cultural differences with a specific default.htm. so:
|
| DataGridView Question | 25 Jul 2007 12:35 GMT | 4 |
I have a DataGridView on my page that uses Template Fields for some of the cells. One such cell has a DropDownList as a control on the EditItemTemplate. The user using a button on the page can add items to this drop down. I am unable to get a reference to this drop down list
|
| Windows - validation required - How do we do similar things from ASP | 25 Jul 2007 09:15 GMT | 2 |
re: Windows - validation required We need to develop an ASP page which is similar to Windows, when it says "Validation required", and you click on the CONTINUE button. It then downloads a dll, which I beleive does a scan of your local drive
|
| hiding, showing and printing in javascript | 25 Jul 2007 08:29 GMT | 3 |
I am trying to print a webpage and making some objects invisible for the print, and then visible again after. But my code does not work : function PrintInvoice() {
|
| IIF testing value of other controls to set ENABLED | 25 Jul 2007 08:19 GMT | 1 |
If done something like this before: <asp:Button ID="Run" SkinID="Button" Text="Run" CommandArgument='< %#Eval("Jobname") %>' CommandName="Run" Enabled='<%# IIF(Container.DataItem("isrunning")= "TRUE", "FALSE" , "TRUE") %>'
|
| sitemap not localizing my url | 25 Jul 2007 07:34 GMT | 1 |
I'm using a sitemap to fill a menu control in a user control in a master page. i have enabled localization of the sitemap, sitemap resx files are in the globalresource folder
|
| Grid view with paging error | 25 Jul 2007 07:04 GMT | 1 |
I am using ASP.Net 2.0 version and Windows'XP OS. I am useing the Grid view control to display the user details along with the paging concept provided by the grid view control. When i click the paging link (2,3,4.. ) it produces the result properly, But
|
| Using Resource Files - not for localization | 25 Jul 2007 06:56 GMT | 1 |
I would like to use compiled resource files in my web application that are not related to localization. The idea is to have a dll with resources that can be accessed by the website.
|
| How to program add BODY Attributes | 25 Jul 2007 06:49 GMT | 2 |
I want to add BODY Attributes example: from <body> to <body leftmargin="0" topmargin="0"
|
| ASP .net 1.2 connect to SQL | 25 Jul 2007 06:21 GMT | 3 |
I am trying to connect to a dabase located on server 2 from my asp.net 1.2 web pages located on server 1 Am using following connection string: "Integrated Security=SSPI;Persist Security Info=False;User
|
| programatically reverse enginerring to a css attached into an aspx page, is posible? | 25 Jul 2007 04:45 GMT | 2 |
Hi, I'm thinking about a trouble exposed before about a gridview export into an excel file, and in this moment I see that maybe gridview is correctly generated and the cells doesn't have any information about color, font, etc., because I'm using a css file...
|
| Error to connect to SQL Server... | 25 Jul 2007 03:58 GMT | 5 |
My page is not using a database but the asp.net is trying to connect to the sql server.... I didn't see any code from stack trace is going to connect the sql server, and who call the "System.Web.DataAccess.SqlConnectionHelper.CreateMdfFile" to raise this error... thanks. An error ...
|
| why does clicking a Button stop an unrelated async thread? | 25 Jul 2007 01:53 GMT | 3 |
I launch an asynchronous thread by clicking ButtonInitAsyncThread, which works fine. When it's done, it sends back it's results. But, while this thread is still running, if I click on ButtonCheckThreadStatus, which has nothing to do with the async thread running, it cancels the ...
|