hi all, I want to fill multicolumn listbox from an recordset. How is this possible? Without using Getstring() of Recordset. please suggest me another way. Regards.
modified on Monday, February 9, 2009 7:06 AM
hi all, I want to fill multicolumn listbox from an recordset. How is this possible? Without using Getstring() of Recordset. please suggest me another way. Regards.
modified on Monday, February 9, 2009 7:06 AM
Hi, all I am using a JS for validation of HTML Tags in textboxes. I have 15 textbox control to validate.. can someone tell me how can i use a common JS for all textboxes, because giving textboxid of all controls to "getElementById()"is not possible.. I am using the following JS. function tagValidate() { str=(document.getElementById ('htmltag')).value; if(str.match(/([\<])([^\>]{1,})*([\>])/i)==null) alert("There is no HTML Tags Found"); else alert("HTML Tags Found"); } Regards.
hi all, I am developing an exam web page, i have a datagrid control with 3 pages. The grid consists of combobox template column of values "yes" or "no". if it is selected"yes" score is 4 if no score is 2, i need to get the total of the score of the 3 pages at once. ho do i make it work. Regards.
Hi all... I am developing an application completely in MS_ACCESS. I have my project and the Access database at different locations e.g C:\ & D:\ resp. Now i want to fill the combobox with two Columns Srno, Name. Here "Srno" is Should be hidden Column. Help me how would I do it.. Thanks & Regards..
modified on Monday, February 2, 2009 7:11 AM
Hi all... I am developing an application completely in MS_ACCESS. I have my project and the Access database at different locations e.g C:\ & D:\ resp. Now i want to fill the combobox with two fields Srno, Name. Help me how would I do it.. Thanks & Regards..
Hi all, I am developing a HR Portal, using vb.net 2003 & SQL 2000 for offline module. I want to display the applied Resumes from database in the following fashion: (checkbox) (Resume Heading) {Photograph(optional)} (Candidate Name) (Exp) (KeySkill) This Is a similar format of normal job sites which displays the companyName & job Details in Short at the time of Job Application. I want to do this using vb.net 2003 only. So All the Experts plz say me which control I should on the form also the source code. its a bit urgent!! deadline is near!!:( Regards...
I want to display and select multiple related data in one control. i will have to update the selected data in database again. can anyone suggest me what control to use on form.?? with code