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
Ranked #4K
~1K People Reached
Favorite Tags
Member Avatar for s1986

i wud like 2 display a alert message with a Ok button.and wen the user clicks ok he must b redirected 2 a specified page.i tried in the following manner bt in dat case it only redirects n does display the message. Response.Write("<script> alert('message!!');</script>") Response.Redirect("webform1.aspx") any suggestions

Member Avatar for rnayak
0
186
Member Avatar for akhtarr

Okay what I've got is a form and an array with a list of courses. The array populates a drop down list, I also have on the form a cost text box. What I would like is when the user chooses a course the cost field to automatically bring the …

Member Avatar for TomBCullen
0
121
Member Avatar for s1986

connect() system call fails while client tries to connect to a server givin duplicate name error.Can you please suggest me a way to remove this error? Also I would like to know can we check if a socket is closed or not? how to ensure that a socket is closed. …

Member Avatar for monkey_king
0
94
Member Avatar for s1986

Can a kernal sometimes assign a duplicate port(i.e an already used port) to a soket?

0
68
Member Avatar for s1986

in the database i have certain date as 01/01/1900.now while displaying this in the data grid along with the other columns i would like to display all the dates having value 01/01/1900 as blank.is it possible to do so?if yes then how?

Member Avatar for s1986
0
231
Member Avatar for s1986

when i try to retrieve data from multiple tables and display the data in a datagrid it does nt display all the records i.e., it misses some of the record.what cud b d reason.below is my code:- dbcon.start_connection() ds = dbcon.getdataset("Select DISTINCT casemas.CaseID as ID, tblCourtType.CourtType as Court, casemas.CaseNo as …

Member Avatar for rashmigs84
0
98
Member Avatar for s1986
Member Avatar for s1986

i have a login page with a login button and reset button.now when the user enter its id and password and then press enter both the user id and password textbox becomes blank.i checked the tabbed index of the two button thinking it may be due to the reset button …

Member Avatar for SheSaidImaPregy
0
80
Member Avatar for s1986

how do i disable the BACK button of IE.can it be done using session.if so can anyone please explain me how it works and give me a bit of information about this session thing as i have no idea about it and when i searched the web it left me …

Member Avatar for SheSaidImaPregy
0
105
Member Avatar for s1986

i am developing a web application and would like to sent an email from it.hw do i do it.the following is my code.where did i go wrong as it does not work code:-- [CODE] Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click Dim emailMessage As System.Web.Mail.MailMessage …

Member Avatar for s1986
0
97
Member Avatar for s1986

:icon_question: i have a button in my web page and want it to print sumthing when clicked hw do i do it? i tried using window.print() but it doesnt work

Member Avatar for s1986
0
63
Member Avatar for s1986

m new 2 asp.net. my prob is after populating the dropdownlist with data from the database wen i select an item it select only the first item.following is my code.where did i go wrong code:- con3.start_connection() dr = con3.executequery("SELECT city_name from City") DropDownList1.Items.Clear() While dr.Read DropDownList1.Items.Add(dr(0)) End While dr.Close() con3.close_connection() …

Member Avatar for s1986
0
192