No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Likes to help and expect to be helped...
- Interests
- Hoteling, travelling
7 Posted Topics
Re: It can be achieved as: if (cmbo.selectedindex==0) /////it will return first selected item... rtb.text="Hello"; if (cmbo.selecteditem==1)////it willl return second rtb.text="bye"; i think it will work.try it :regards | |
Re: you can do as follows: mydate=system.date.now.date; date sdate; sdate=mydate.dayofweek(); /////it will return actual day e.g. sunday, monday,etc if (dayofweek==weekday) /////do some thing try it best of luck | |
Re: you probably have not added table to dataset.drag and drop table to the area of it. and do not forget to compile.xsd; regards | |
Re: this can be done by passing the selected value in the query.. like;; select * from tbl_something where itemname='"+cmbo.text+"; then pass this qery to command or adapterand bind the data to report it will work:regards | |
Re: (1) Dataset ds=new dataset(); Data Table dt=ds.tables[0]; Foreach(DataRow dr in dt.rows()){} (2) u can do so by using following to get some value selected in combo.. cmbo.selectedindex=0; try it out , change index to u r requirments.... | |
Re: this can be achieved by use of "System.Text.Regularexpression"namespace and by using "Regex" class of this namespace.you can use meyhods of this class to help fulfill tasks :regards | |
I m new to deniweb... i want to participate in IT discussions ..plz.give me some sort of usefull help..i m a software developer bt profession...:cheesy: |
The End.