votes
Is it possible to add a dropdownlist inside the radiobuttonlist as an item?
Is it possible to add a dropdownlist inside the radiobuttonlist as an item? if so how? Thanks!
blah blah blah is here! blah blah » Close
Is it possible to add a dropdownlist inside the radiobuttonlist as an item? if so how? Thanks!
Which is the best way to connect web service which it's name and methods comes from the DB? this mean i can't make reference to an existing web service. thanks for the help
what you guys suggest to connect remotly a web service with ASP.NET? without adding web reference since the web service method name will be queried from the database. (methods name is come from the database due to the configuration)
How to have WindowsForm component public access for other classes? (like setting label text in another class) i have a class which wants set the label text of a certain windowsForm component like a text of a label. possible ways?? i trie ...
hi guys, i got a problem hope somebody can help me: i got b which is the bitmap (entire picture 640*480), but i just need to scan a little part from that bitmap, this dimension is 110*110, but the following code is not doing what i need! h ...