go for string.split
sanjivji
Posts
-
Stream Reader and Combo Boxes -
Program Text2Speech EngineHi , u can do it by installing ms-speechengine speechsdk51 (available to download) there is sapi controls would be added inside ur toolbox.u can activate these controls using adding items in toolbox.u can find help in vbcode.com by search of sapi.:)
-
How to add an "ENTER" into string ?Dim str As String = "A" + <-br-> + "B" plz remove "-" side of the "-br-" hi hope can work.:) -- modified at 8:10 Monday 30th October, 2006
-
objects to store valuesya Session,application,cookies,viewstate,parametrize properties can be hepfull:-D
-
How to send auto emails from Windows serviceu can use sql server mailing services too:).
-
Web Browser Control in vb.net onblur eventu can not fire two client side events on one control. :)
-
limit on characters to be entered in textbox in multiline modego for javascript code and make a fuction for that textbox which will count the number of character make a if else and genrate a alert msg this function fires on keyup or down events . fuction abc() { if(len(document.getelementbyid("").value) >1000) { alert("not allowe"); return; } } hope this will be ok try to mold this code with ur use :)
-
Fire Server Side Function from Client Side Codeeither go for ajax
-
Datagrid ProblemHi Monika, Well as from ur wordings it seems that u want to fetch text of other button . first let me clear is it some order of button which text ur looking if it is u can have the option .just add one more cmdbutton in dg and make its visibility false and give it caption with a number wise field. u can fetch its value with other command name or u have findcontrol hope it can make u some help.