Forum: ASP.NET Jul 26th, 2008 |
| Replies: 12 Views: 2,338 i am using that code in page_load i.e
in page load i have a code as : If Not Page.IsPostBack Then Dropdownlist1.SelectedIndex=0, & i have a code related to the Dropdownlist in a function, but... |
Forum: ASP.NET Jul 23rd, 2008 |
| Replies: 1 Views: 2,639 I have one application use for asp.net, when I debug and write code
inside the page_load, it is loading twice, also I put IsNotPostBack, it
still load two times , how to solve it?
by the way, I... |
Forum: ASP.NET Jul 15th, 2008 |
| Replies: 12 Views: 2,338 i am filling that dropdownlist from the databse, i wrote some code in the selected_indexchanged event but 1st time when i select any item from dropdownlist, page load occurs & when again i am... |
Forum: HTML and CSS Jul 15th, 2008 |
| Replies: 7 Views: 2,815 whenever user clicks the print button on html file, then the data in html will be printed, i'e it will directly go to printer for printing.
how to do this in html?? |
Forum: ASP.NET Jul 15th, 2008 |
| Replies: 12 Views: 2,338 i am using vs 2008, asp.net 2.0 AutoEventWireup is false,i changed it to the true but doesn't work.. so how to avoid form load ?
in my case 1st time when i am selecting any item from dropdownlist... |
Forum: ASP.NET Jul 11th, 2008 |
| Replies: 4 Views: 2,085 used those defaultbutton & defaultfocus in form, with the help of these i got some result but in this case, when i press tabbutton after entering username in 1st textbox the control goes to address... |
Forum: ASP.NET Jul 11th, 2008 |
| Replies: 4 Views: 2,085 i used those defaultbutton & defaultfocus in form, with the help of these i got some result but in this case, when i press tabbutton after entering username in 1st textbox the control gos to address... |
Forum: ASP.NET Jul 9th, 2008 |
| Replies: 4 Views: 946 which type of ajax control to be used ??
please tell me. |
Forum: ASP.NET Jul 8th, 2008 |
| Replies: 2 Views: 1,097 I have a user control dropdownlist, and its intended that when a user selects any item from dropdownlist , then accordingly image is displayed on the same form.
My problem is, when i select once... |
Forum: ASP.NET Jul 8th, 2008 |
| Replies: 4 Views: 946 I'm developing web application in as.net and the most bizarre situation ocurred. in this application i am using only one aspx page ,When I select any item from dropdownliast then pageload is called... |
Forum: ASP.NET Jul 8th, 2008 |
| Replies: 6 Views: 3,819 use this java script in your .aspx page: <script type="text/javascript">history.go(1)</script> |
Forum: ASP.NET Jul 5th, 2008 |
| Replies: 1 Views: 1,314 Hi
by using the following code i am opening the notepad whenever i run the website from visual studio2008, it's giving me output i.e it open's the notepad , but after publishing the same webiste, &... |
Forum: ASP.NET Jul 4th, 2008 |
| Replies: 1 Views: 2,472 Hi
After publishing website exe file is not running, But in the task manager the file is running
I am using following code
Dim startInfo As New ProcessStartInfo("notepad.exe")... |
Forum: ASP.NET Jul 4th, 2008 |
| Replies: 12 Views: 2,338 how to avoid form load again after loading the page in asp.net
in my case when i am selecting any item from dropdownlist then form is loading again & again & after selecting item second time it's... |
Forum: ASP.NET Jul 2nd, 2008 |
| Replies: 1 Views: 1,759 I have a DropDownList, AutoPostBack is set to true, and it fires great, except if the user picks the first item, which granted is what is showing, but does the DropDownList then automatically... |
Forum: ASP.NET Jul 1st, 2008 |
| Replies: 3 Views: 1,192 solved
i resolved it by making changes in default directories property. |
Forum: ASP.NET Jul 1st, 2008 |
| Replies: 3 Views: 1,192 An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to... |
Forum: Windows Software Jun 28th, 2008 |
| Replies: 2 Views: 1,725 please tell me how to crack the password of excel file |
Forum: ASP.NET Jun 24th, 2008 |
| Replies: 0 Views: 362 I have a form in my page and I have used the following code:
Page.RegisterStartupScript("SetInitialFocus", _
"<script>document.getElementById('" & TextBox21.ClientID & _
"').focus();</script>")
... |
Forum: ASP.NET Jun 23rd, 2008 |
| Replies: 4 Views: 2,085 I put a tabIndex=0 on my textbox and tabIndex=1 for a button.
The focus is on my textbox. After the first Tab, it also jumps to the URL address and get to my button only on the second tab.
I... |
Forum: ASP.NET Jun 23rd, 2008 |
| Replies: 11 Views: 2,757 when i right cliked on default website after that i clicked on browse then it's giving me message as directory listing denied , virtual directory doesn't allow contents to be listed.
please help me... |
Forum: ASP.NET Jun 20th, 2008 |
| Replies: 11 Views: 2,757 yes , when i clicked on the default symbol ,i found my directory in that tree..
then how to solve the problem?? |
Forum: ASP.NET Jun 19th, 2008 |
| Replies: 11 Views: 2,757 when i right cliked on default website after that i clicked on browse then it's giving me message as directory listing denied , virtual directory doesn't allow contents to be listed.
please help... |
Forum: HTML and CSS Jun 19th, 2008 |
| Replies: 7 Views: 2,815 but how to do it in programatic way??? is there any code to print the page??? |
Forum: HTML and CSS Jun 18th, 2008 |
| Replies: 7 Views: 2,815 but how to do it in programatic way??? is there any code to print the page??? |
Forum: HTML and CSS Jun 18th, 2008 |
| Replies: 7 Views: 2,815 how to print html form directly.
i.e is there any programatic way or is there any tag to print html form |
Forum: ASP.NET Jun 18th, 2008 |
| Replies: 6 Views: 3,867 i did in other way i.e Integrated Windows authentication is the only selected check box. under anonymous access & authentication control in IIS , only integreted windows authentication check box is... |
Forum: ASP.NET Jun 17th, 2008 |
| Replies: 6 Views: 3,867 i installed fresh copy of IIS & check it's workin by typing http://localhost then it gave me page under construcion, so that means IIS is working correctly
but how to handle a security issue(... |
Forum: ASP.NET Jun 17th, 2008 |
| Replies: 6 Views: 3,867 Failed to access IIS metabase.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and... |
Forum: ASP.NET Jun 13th, 2008 |
| Replies: 11 Views: 2,757 ya, default.aspx is in dll folder, 7 i am accessing it by adding my computer name to it.
and i am using DotNet 2.0,
the name of virtual directry is c:/dll in which default.aspx resides. |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 11 Views: 2,757 i have tried this
http://localhost/Amit/dll/default.aspx
but it's giving me same error :
HTTP 404 - File not found
Internet Information Services
how to solve it?? |
Forum: ASP.NET Jun 12th, 2008 |
| Replies: 11 Views: 2,757 If i try to access the http://Amit/dll/default.aspx(Try to open the file) i get the error mentioned below:
The page you are looking for might have been removed, had its name changed, or is... |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 8 Views: 1,410 we are using asp.net version 2.0 ,so tell me the answer in detail. |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 8 Views: 1,410 I have tried all steps in that r there
Insted of restarting IIS I have restarted computer
Still it is giving same error
pls suggest |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 8 Views: 1,410 k
But I am using win 2k3 server |
Forum: ASP.NET Jun 11th, 2008 |
| Replies: 8 Views: 1,410 hi,
as per your suggestion i have completed total eight steps from it.
but tell me how to Restart Microsoft Internet Information Services (IIS) to restart the ASP.NET worker process |
Forum: ASP.NET Jun 10th, 2008 |
| Replies: 8 Views: 1,410 Hi
I am getting Error while calling dll from asp.net
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this... |
Forum: ASP.NET Jun 5th, 2008 |
| Replies: 1 Views: 940 how to get screen resolution in asp.net & how to assign it's parameters height ,width to variable |
Forum: ASP.NET Jun 5th, 2008 |
| Replies: 4 Views: 964 no, whatever screen resolution is set by user ,but i want to display same size screen for example display 800 by 600 size screen controls in asp.net |
Forum: ASP.NET Jun 4th, 2008 |
| Replies: 2 Views: 3,500 can anybody will give me sample code example of session in asp.net |