blah blah blah is here! blah blah » Close

0
votes
1 answers

asp c# - Login and Register form on same page ERROR: A page can have only one server-side Form tag.

Hi all, ASP is driving me mad, i would like to have a sliding panel with a login form and a registration form in it but asp keeps throwing errors and from what i understand it does not allow 2 forms with runat="server" on the same ...

0
votes
0 answers

sending emails to recepients when selected name from dropdown list against their assigned emails

Hi, i am new to the c# and asp technology and trying to fix old piece of code. I am looking for a solution to have c# code that is called from aspx file. Now i have a requirement to create a form that has dropdown list names and each name ...

0
votes
1 answers

Update multiple tables in LINQtoSQL

Hi I want to perform an update query in the two tables below: ClientDetails --------------- ClientId (Primary key) ClientFirstName ClientLastName ClientEmploymentDetails ----------------------- ClientId (Foreign key related t ...

0
votes
1 answers

two keyboards! on application

lios
30

hi i wand in my application to use 2 keyboards! but i wand to select the keyboard that acssept data! the 1st keyboard is a normal pc keyboard! the secon is the holtek chip http://www.holtek.com/pdf/computer/82k628av170.pdf this is a ps ...

0
votes
1 answers

Sharing Web Service for multiple projects

Hello, is there a way to share the web service instead of having to add a new service reference in each project? For example, if i change the address, i have to change it in each project. If i share it for all projects, i only have to ch ...

0
votes
0 answers

Some Question on Data Binding

Hi, I want a two tables in an access database. They are 1. a student table with information regarding students along with a markingID field. 2. a marking table with a markingID primary field and module1...module12 marks. I want to creat ...

0
votes
1 answers

Data Across Dialogs

Hello. I've got a dialog with a list in it. I then make another dialog that is intended to be the interface for the user to select options that will add a new item to the list. I intend to have that item added to the list and shown ...

Feedback