Hi Good Morning Every Body,
How to Generate The automatically Userid based on Location using asp.net
Ex: my user Location Click Hyderabad her user id generate Hyd0001 and another user select the chennai her user id generate che0001 this my task Give me suggestions and reference source code...

Upendra Pratap ShahiPosted May 27, 2015, 4:43 AM
S SreelakshmiPosted Jun 1, 2015, 3:09 AM
Venkata SubbareddyPosted May 27, 2015, 6:30 AM
Upendra Pratap ShahiPosted May 27, 2015, 6:23 AM
Venkata SubbareddyPosted May 27, 2015, 6:02 AM
Upendra Pratap ShahiPosted May 27, 2015, 5:56 AM
Venkata SubbareddyPosted May 27, 2015, 5:32 AM
con.Open();
string s = "select count(*) from Test";
SqlCommand com = new SqlCommand(s, con);
int count = Convert.ToInt16(com.ExecuteScalar()) + 2;
dp1.Text = "dp1.SelectedValue" + count;
con.Close();
result:
Venkata SubbareddyPosted May 27, 2015, 3:47 AM
Venkata SubbareddyPosted May 27, 2015, 3:29 AM
Upendra Pratap ShahiPosted May 27, 2015, 3:18 AM
Dipankar BiswasPosted May 27, 2015, 3:14 AM
Label14.Text ="dropdownlist.text "+ strnewid;Venkata SubbareddyPosted May 27, 2015, 3:05 AM
Venkata SubbareddyPosted May 27, 2015, 3:02 AM
Upendra Pratap ShahiPosted May 27, 2015, 2:41 AM
Dipankar BiswasPosted May 27, 2015, 2:31 AM
Venkata SubbareddyPosted May 27, 2015, 1:43 AM
Dipankar BiswasPosted May 27, 2015, 1:37 AM