I need some help on how to get the last name from a string. Exampl: Doe, John
How can I get just the Doe only or what function can I use to accomplish that?
It retrives the information but when I click on the next page it says no record found. Can someone look and see if I have left out anything.
code:
Dim objConn, objRS, strSQL, SQLSelectedStr, SQLSystemStr, SQLReasonStr, SQLMngStr, SQLSupStr
Dim SqlStatus, Sqlselected, SqlSystem, SqlReason...
To be honest with you I don't know why I stop using it but going foward I will use it more frequently to show my appreciation. Is this how you get rated?
Here the update code:
Private Sub dgServer_UpdateCommand(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridCommandEventArgs) Handles dgServer.UpdateCommand
Dim ServerTable As DstServer.ServersDataTable
ServerTable = DstServer.Servers
Dim...
Yes I do! I have an input field that allows the user to add new server. Should perform that task on another page or can I keep everything in one page and change my code arround so it will not affect the updating subrotine?
Here's the Add new server code:
Private Sub Button1_Click(ByVal sender...
First I have a question. Can you have a datagrid that allow paging through the records and allow you edit records? I have tried accomplishing that task but not successful. Here's what happens in my application. After paging the record and selecting a record to edit. Once I click on the update...
Hi;
I need some help on displaying 30 miuntes counting backwards on a page. I know how to get the time displayed but how to get count back is where I am stuck.
Thank you
Thank you! What I was missing is the following:
<input type="radio" name="Question1" value="C"<% if Request("Question1")="C" then response.write("checked")%>">
Thank you guys very much!
No it didn't work! <input type="radio" name="Question1" value="<%if Request("Question1")="C" then response.write("check")%>"> it doesn't check the radio button on the receiving page.
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.