Hi,
I want to do a treeview menu which is driven by sql server database..
I found this code in the internet but i am giving an error "type treenode is not defined" and "type treenodecollection is not defined"
I have imported all necessary libraries..
Could you help me please..
Codes...
Hi,
I have a little datagrid in my project and i am using identity column as hyperlink column. When id column is clicked some parameters are passing another page opened.
I have to read these hyperlink column contents. But I only see blank.
How can i read hyperlink column contents?
dim a as...
Hello,
I have a file c:\test.xls
I am working to get some data from webforms(eg. textbox) and write it into A1 cell in excel worksheet
I have to write textbox1.text contents into test.xls sheet1.A1 cell
How can i do this?
Hi,
I designed a menu with macromedia dreamweaver.It created a javascript and a file like *.js by it self.
I wanted to use this menu in my asp.net project therefore i copied the html codes and files from macromedia and pasted into my project.additionly i added the js files into my asp.net...
I want to explain something about what i want to do.
I am making a test-quiz projects for students.There is a lot of questions and choices in the database.I want to relate with questions to labels and choices to radiobuttonlists items.
label1.text =question1...
Hello,
I have to use some codes as follows:
...
For i = 1 To 21
Label(i).text = ds.Tables(0).Rows(0)(1)
RadioButtonList(i).SelectedItem.Text = ds.Tables(0).Rows(0)(2)
Next
....
how can i use label or radiobuttonlist controls with arrays in asp.net vb codebehind?
could you help me?
hi,
how can i use a table name as a parameter in a stored procedure.
cam anyone help me?
i have searched forum but i couldn't find right answer.
thanks..
My datagrid's datasource is a view.I couldn't see any column name in 'columns collection dialog'.Could you please explain me how i can see my view's columns in this dialog or how i can set columns width with codes.
Thank you very much.
Hi,
i have a problem.
i have to describe a control (for example label or textbox) in a class1.vb and then use it in a webform1.aspx.
How can i do it.
Thanks..
hello,
i want to use panel's "show" and "hide" properties in a loop.
for example;
public sub panel_goster(x as integer,y as integer)
dim i as integer
panelx.show
do until (i = y)
if i <> x then
paneli.hide
end if
i=i+1
loop
end sub
but this sub didn't work.
How can i say...
hi,
i want to install symantec antivirus corporate edition 7.5 on my system.but "..can not connect topology service.." error message was seemed.
what is topology service?
thank you..
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.