u also use this like chat
Sathya
u also use this like chat
Sathya
DateTime m = new DateTime(2008,03,21); int s = m.Year;
Sathya
Rathi don't get tension try surly u will solve the problem
Sathya
Use like this Server=SERVER;Database=ABC;Uid=sa; PWD=12; Connect Timeout=360; pooling=true; Max Pool Size=200
Sathya
u know ASP.NET very well. we r beginners So only we r asked questions. If u answer otherwise ignore that don't scold others
Sathya
I am asking close the browser then ur application will end. I want the same operation in browser close in button click.
Sathya
I am using Asp.Net 2005 and i would like to close my application when i click a button
Sathya
Response.Redirect("PageName.aspx")
Sathya
Use Authendication
Sathya
Use like this Combobox1.Selectedvalue
Sathya
Dim Con As New SqlConnection Con = New SqlConnection("Data Source=server; Initial catalog=TEST;Integrated security=true;")
Sathya
Hope this line helpful to u http://msdn.microsoft.com/en-us/library/eeyk640h.aspx[^] http://www.codeproject.com/KB/web-security/rolesbasedauthentication.aspx[^]
Sathya
I am also trying this. it's not workimg.
Sathya
I don't know the way of javascript in Serverside Use like this. DropDownList2.Items.Remove(DropDownList1.SelectedItem.Text);
Sathya
protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { DropDownList2.SelectedItem.Text = DropDownList1.SelectedItem.Text; } enable dropdownlist1 Autopostback=true
Sathya
In that script itself check (.) Ascii value also
Sathya
use Style:"position: relative;"
Sathya
function KeyCheck(e) { //With FireFox Support var KeyID = (window.event) ? event.keyCode : e.which; //a-z if((KeyID >= 65 && KeyID <= 90) || (KeyID >= 97 && KeyID <= 122) || (KeyID >= 33 && KeyID <= 47) || (KeyID >= 58 && KeyID <= 64) || (KeyID >= 91 && KeyID <= 96) || (KeyID >= 123 && KeyID <= 126) || (KeyID==32)) { return false; } return true; } and call this fn onkeypress="return KeyCheck(event);" like this
Sathya
I tried this but it's not working properly in Firefox
Sathya
I want to freeze the header in gridview. i have use both horizontal and vertical scroll bar. I am searching google. But it's not working in all the browsers(IE6,IE7,Firefox). :(
Sathya