blah blah blah is here! blah blah » Close

0
votes
0 answers

How to connect sql database from VS?

btab
30

Hi everyone I have a problem when I try to get my database done in Sql server management 2008 into visual studio 2008 with Sql authentication. With Windows authentication it works just fine, but not in mixed mode. I have right-clicked an ...

0
votes
2 answers

Adding objects to List<>

btab
30

Hi I'm working in VS2008 (C#) and doing a console program, this is a school work and I got stucked. Our task is to do two classes, for example one class we call Person, in this class we should have name and id number on persons. The oth ...

1
votes
2 answers

What is the right approach?

btab
30

Hi I have a problem, I'm doing a asp.net website for a wash-house. The idea is for people to be able to book a time for washing. I have choosed to use a radiobuttonlist and made it like a table with monday to sunday as headertext, see b ...

0
votes
2 answers

Gridview

btab
30

Hi I'm using visual web developer 2008 (C#) and I want to be able to select a row in my gridview and that would redirect me to a new page. It's not important for me how to do this, it could be by clicking on the row directly or by clic ...

0
votes
1 answers

How to...?

btab
30

Hi Is there some way to populate a listbox with the text values from a radiobuttonlist that are not checked? Let say I have 4 different text values, red, green, blue and yellow. If only red is checked then I want to populate the listbox ...

1
votes
0 answers

Login control asp.net

btab
30

Hello I'm using Visual Studio 2008 (webdeveloper express), and after watching some tutorial videos on asp.net about the login control which were made in same application I use I'm now a bit confused. In the tutorial when they create a ...

Feedback