Click here to Skip to main content
15,890,512 members

Comments by ChiragBMakwana (Top 8 by date)

ChiragBMakwana 5-Oct-11 9:07am View    
i have three textbox Srno,Itemname,amount.
when i leave from amount then set the focus on itemname.
but problem is that when i leave the focus on amount. focus is set on dicrectly on srno..


when i leave from amount at that time textbox are create dynamically.
so please tell me how to set focus in itemname textbox..

Thanks in advance.
ChiragBMakwana 1-Apr-11 7:03am View    
nothing display in this link only open white page.
ChiragBMakwana 1-Apr-11 7:02am View    
sorry open but nothing on this page... only show the clear page/
white page.
ChiragBMakwana 1-Apr-11 6:42am View    
I am creating Window Application in C#.net.. not in asp.net
So i need code for window application
ChiragBMakwana 29-Mar-11 8:18am View    
but all Databases are in server and i am working in Local Server...
problem is that i need some field from the live database..

i am writing one query for create view...

Create view Viewname
WITH ENCRYPTION
Select field1,field2 from databasename1.bdo.Tablename1
Union All
Select field1,field2 from databasename1.bdo.Tablename2
Union All
Select field1,field2 from databasename2.dbo.Tablename1(it's another database table)

is this write query or not?????