Ok i have a column of checkboxes inside a datagrid. When a specific row is selected, all the other checkboxes should be disabled except for the one selected. Does any one know how i can go about doing this?? Any help would be greatly appreciated.
Does anyone know how to grab values from a nested datagrid?? For instance, i have a Parent Grid of categories and the nested grid is a grid of products for each category. I need to get the values of each product that was selected. I will need to get the values on the click of a button outside...
I am using a streamreader and it doesnt recognize the end of the line. My code looks like this:
Dim file as string = server.mappath("Data.csv")
Dim filestream as StreamReader
filestream = filestream.ReadToEnd
Dim txtdelimeter as string
txtdelimeter = ","
Dim splitout = Split(readcontents...
Can someone tell me how to tell when the end of a line is??
For instance, i have a csv file that we'll say looks like:
Supplies,Computers,24.95,annual,Books,19.95,one-time
Food,Chicken,15.95,annual,Steak,15.95,annual
Clothes,Shirt,9.95,one-time,shorts,5.95,one-time
My question is when reading...
I followed the instruction from thread333-1164595. The problem i am having is that i get "The page cannot be found" when i try to run it. Does anyone know as to why i am getting this message. Am i not testing it correctly. I am attaching my code so that you can see what it is that i am doing...
I want to know if this is even possible ... i have a webservice that receives login id and returns the first and last name of the individual from Active directory. Is it possible to call the webservice using code??
I did the call to Active Directory and have the code in VB:
Dim ent As New System.DirectoryServices.DirectoryEntry("LDAP://dc=RYANBECK,dc=com")
Dim child As System.DirectoryServices.DirectoryEntry
Dim results As System.DirectoryServices.SearchResultCollection
Dim entsearch As New...
does anyone know what the code would look like if i wanted to pull the First and Last Names out by using the LoginId?? Please any help would be greatly appreciated. thanks.
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.