The first one, chkThursEvents works like I want it to,takes the comma delimited string and updates the table; it's the second one that won't update anything... weird.
hello,
I have a gridview with 2 checkbox lists; I'm editing/updating the database with my new comma delimited string of values. the first part, chkThursEvents, updates with no issues, the second one, chkFridayEvents, does not update at all- not sure what is wrong with the code... help...
Thanks- I don't want to use Response.Write- I only did that so I could see if my values were there and they are. I just wanted to know how to insert those values (the comma delimited string)into a field in the database.
Hello- okay I'm trying out the formview... with the checkboxlist control, I can response.write the comma delimited string of values which is fine, how can i insert this to my SQL table?
Protected Sub InsertButton_Click(ByVal sender As Object, ByVal e As System.EventArgs)
Dim FormView...
using a detailsview and a radiobutton checklist- trying to loop through checkboxlist and collect the values separating with a comma (I want to add them to one field in a SQL table)
Protected Sub HChkEvents_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs)
Dim...
Hello,
Okay - this is weird, I'm hoping someone can shed some light on this one. Creating an HTML newsletter in Dreamweaver, that's all good. Open it in WORD, choose send to mail recipient, send the file... from my PC to one person- it's 18K - Perfect
I do this on another PC, same version of...
Just using this code to fill in contact info if it's the same to save typing and it works fine in IE but not Firefox... any ideas?
<script language="javascript" type="text/javascript">
function fill_contact()
{
if (frmContact.chbsame.checked == true)
{
frmContact.vnds_scntct_fnm.value =...
Hello- The following code gives me the data I need, but now I need to get it into my VB.net code- can I call this as a SQL string right in the sub?
SELECT SUM(Quantity),
CASE Product
WHEN 'FIR-UPPERS' THEN 'MBF'
WHEN 'Nantucket Beadboard' THEN 'Truckload'
WHEN 'Plywood Treads and...
Hi,
I want to send an email to multiple recipients but I don't want them to see each other's email address- I've read about the "Undisclosed Recipient" option but I'd rather leave the "To" field blank- I have seen this before-- how can I get this to work? Outlook 2003... Thanks!
Hello-
for some reason, my file download is not working correctly- I'm creating folders dynamically on the server based on the ID of the record, that is fine, I have a button with the following code:
FuelSurchargeID = Request.QueryString("FuelSurchargeID").ToString
Dim root As String...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.