SELECT DISTINCT Users.IDApp FROM Users WHERE Users.IDApp NOT IN (SELECT Application.IDAp FROM Application)
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
SELECT DISTINCT Users.IDApp FROM Users WHERE Users.IDApp NOT IN (SELECT Application.IDAp FROM Application)
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
you are welcome... example which i posted before to you it's in VS2005
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
SqlDataSource1.ConnectionString = System.Configuration.ConfigurationManager.ConnectionStrings["YourConnStr"].ConnectionString;//YourConnStr is initialized in web.config file SqlDataSource1.SelectCommand = "select * from yourtablename"; //Set SQL Command SqlDataSource1.DataSourceID = "SqlDataSource1";//Set DataSource ID, in this case DatasourceID is SqlDataSource1 SqlDataSource1.DataTextField = "ColText";//DataTextField represent text, which is displayed in DropDownList SqlDataSource1.DataValueField = "ColVal";";//DataValueField represent value SqlDataSource1.DataBind();
Hope this helps
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
You mean that everyone who post here waste her/his time?? You wrong dude.
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
If I couldn't find drivers until now sure I will repost my request, but i found them, just forgot to notify that I have found them. And you wrong but I don't WASTE my time.
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
I have not time to lose on replying your e-mails OK. Bye
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
Dude thanks for your opinion but u can not teach me how to manage my time.
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
hdv212 wrote:
... "OnClientClick"="_Wait();"
It should be yourbuttonname.Attributes.Add("OnClick","_Wait()");
protected void yourbuttonname_Click(object sender, EventArgs e) { Label13.Text = TextBox1.Text; }
Hope this helps
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
Check this [^] or this[^]
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
thanks but i have not time to search for drivers.
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
I have one USB stick + MP3 player but i need to download drivers for this,unfortunately i have not free time to search for drives. So can any one find me link where i can download drivers. Mark of USB stick is MADISON ,Digital MP3 Player. Thanks to anyone who have tome for me.
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
On DataValueField
property set values 0,1,2... On DataTextField
property set values AAA,BBB,CCC...
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
You don't need help?
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
Can I change skin of WinXP into black and white
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
select column1+' ' +column2 as CombineColumns from tablename
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates
If you trying to access webfrom2 then you have to write this code: Response.Redirect("webform2.aspx");
"My advice to you is to get married. If you find a good wife, you will be happy; if not, you will become a philosopher." Socrates