Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for pranav_jog

how to print html form directly. i.e is there any programatic way or is there any tag to print html form

Member Avatar for Sarahj512
0
612
Member Avatar for pranav_jog

how to use system time in java & increment seconds then minutes and hour ?? can anybody will give me code??

Member Avatar for jwenting
0
58
Member Avatar for pranav_jog

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 …

Member Avatar for mxdevit
0
185
Member Avatar for pranav_jog

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 …

Member Avatar for greeny_1984
0
2K
Member Avatar for pranav_jog

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

Member Avatar for tuse
0
48
Member Avatar for pranav_jog

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 …

Member Avatar for pranav_jog
0
112
Member Avatar for pranav_jog

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 …

Member Avatar for greeny_1984
0
108
Member Avatar for pranav_jog

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 …

Member Avatar for tuse
0
94
Member Avatar for tuse

I have an online exam system in which after the test, the result is displayed in a new asp.net page. If he clicks on the 'back' button on the browser, he gets back to the page which displays the test again. What I want to do is disable the user …

Member Avatar for serkan sendur
0
131
Member Avatar for pranav_jog

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

Member Avatar for FaridMasood
0
69
Member Avatar for pranav_jog

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 …

Member Avatar for sierrainfo
0
65
Member Avatar for pranav_jog

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??

Member Avatar for bala24
0
80
Member Avatar for pranav_jog

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}; …

0
63
Member Avatar for pranav_jog

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)

Member Avatar for krik_ar
0
113
Member Avatar for pranav_jog

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.

Member Avatar for UIJAD
0
163
Member Avatar for pranav_jog

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: …

Member Avatar for majestic0110
0
124
Member Avatar for pranav_jog

how to get screen resolution in asp.net & how to assign it's parameters height ,width to variable

Member Avatar for rajarajan2017
0
40
Member Avatar for pranav_jog
Member Avatar for JackyGZ
0
119
Member Avatar for pranav_jog

whatever the resolution of the screen , how to fix or set the screen resolution for example to 800 by 600 in asp.net

Member Avatar for rajarajan2017
0
108
Member Avatar for pranav_jog

how to link css stylesheet file which is stored in database in asp.net please give me complete example

Member Avatar for pranav_jog
0
111
Member Avatar for pranav_jog
0
70
Member Avatar for pranav_jog
Member Avatar for rajarajan2017
0
89
Member Avatar for pranav_jog

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

0
57