Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

7 Posted Topics

Member Avatar for ShahdaaD

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

Member Avatar for kvprajapati
0
184
Member Avatar for cassyjack

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

Member Avatar for Maidomax
0
234
Member Avatar for fmardani
Re: .xsd

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

Member Avatar for Aun Muhammad
0
63
Member Avatar for gubba_balu

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

Member Avatar for Aun Muhammad
0
119
Member Avatar for gabs

(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....

Member Avatar for Aun Muhammad
0
132
Member Avatar for jerryodom

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

Member Avatar for jerryodom
0
338
Member Avatar for Aun Muhammad

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:

Member Avatar for happygeek
0
33

The End.