| Stringbuilder for my SQL statement? (3 replies, VIP) |
| ASPFriends.com 'aspngvb' list |
| Hi folks, I was wondering if I could use stringbuilder to build up a SQL statement. I currently have the following: SQLString "INSERT INTO M3Logs(LogName, LogDescription, LogURL, HomesiteName, HomesiteURL, Players) VALUES ('" SQLString SQLString & logName & "', '" SQLString SQLString & logDescription & "', '" SQLString SQLString & logURL & "', '" SQLString SQLString & HomesiteName & "', '" SQLStri... |
|
| Editable Tables....? (3 replies) |
| ASPFriends.com 'aspngvb' list |
| Hi folks, I'm also looking over Charles' 'Editable html Tables' example, and I was wondering why the columns don't sort? It seems that this section of code: Sub DataSort(Src As Object, E As DataGridSortCommandEventArgs) ' Bug if we sort, then Edit Item Becomes Wrong IF MyDataGrid.EditItemIndex 1 THEN DataLoad(e.sortexpression) ELSE response.write ("Can't sort until editing is done!") END IF End Su... |
|
| Setting focus (2 replies) |
| ASPFriends.com 'aspngvb' list |
| hi, How can we set the focus to a Textbox or any other control. I can't find any property/method doing this. Can somebody throw some light on this, please? Thanks, N.T.GOPALAKRISHNAN |
|
| Date formats (5 replies, VIP) |
| ASPFriends.com 'aspngvb' list |
| Hi all, I have a function that compares 2 datetimes a datetime from the DB and the current system datetime. The datetime from the DB is in the Australian (AUS dd MMM yyyy HH:mm:ss) format (same as UK I think) and the server is also in the AUS (dd/MM/ yyyy HH:mm:ss) format. So far so good. But to compare the value in the Datarow, I have to output it to a string then cast it to a date again (I'm hop... |
|
| Shift operator (2 replies, VIP) |
| ASPFriends.com 'aspngvb' list |
| Greetings, How does one replicate a shift operator in VB.NET? Ex: x 1 Cheers, Chris Goldfarb Sr. Web Applications Engineer Software Solutions Group, Intel (503) 696 6528 |
|