No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
23 Posted Topics
how to print html form directly. i.e is there any programatic way or is there any tag to print html form | |
how to use system time in java & increment seconds then minutes and hour ?? can anybody will give me code?? | |
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, & accessing through browser (IE) it opens the notepad, but fails to disaply it on … | |
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 giving me the selected value, so how can i get selected value at … | |
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 am using asp.net 2.0 version, & i am using VS2008. Thanks Pranav | |
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 believed the problem comes from the fact that each control … | |
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 again & again , and the dropdownliast_selectedomdexchanged method is called right after that. then page is loaded … | |
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 from dropdownlist then , the page is going through the page_load and after clicking again … | |
Re: use this java script in your .aspx page: <script type="text/javascript">history.go(1)</script> | |
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") startInfo.WindowStyle = ProcessWindowStyle.Maximized Process.Start(startInfo) Regards Pranav | |
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 "select" the first item? If so, how does one get around that problem when he wants the … | |
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 occur. how to resolve this?? | |
I have a form in my page and I have used the following code: Page.RegisterStartupScript("SetInitialFocus", _ "<script>document.getElementById('" & TextBox21.ClientID & _ "').focus();</script>") TextBox21.Attributes.Add("onkeydown", _ "if(event.which || event.keyCode)" & _ "{if ((event.which == 9) || (event.keyCode == 9)) " & _ "{document.getElementById('" & txtpass.ClientID & _ "').focus();return false;}} else {return true}; … | |
If i try to access the [url]http://Amit/dll/default.aspx(Try[/url] 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 temporarily unavailable. HTTP Error 404 - File or directory not found.<BR> Internet Information Services (IIS) | |
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 where it originated in the code. Exception Details: System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase. | |
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 application the required permission please contact your system administrator or change the application's trust level in the configuration file. Exception Details: … | |
how to get screen resolution in asp.net & how to assign it's parameters height ,width to variable ![]() | |
can anybody will give me sample code example of session in asp.net | |
whatever the resolution of the screen , how to fix or set the screen resolution for example to 800 by 600 in asp.net ![]() | |
how to link css stylesheet file which is stored in database in asp.net please give me complete example | |
how to compare cell values in editable datagrid in asp.net | |
![]() | |
How to add new row with columns containing data in asp.net table control. plz help me out. waiting for quick response. & how to store that data in database |
The End.