I've created a registration form within a table. The image is attached.
The Batch section is not aligned to the left of the table column becuase of it's format. When I changed the Address...
I'm a newbie in web development. I'm almost half way through creating a web site. I'd wish to send this website to the client for viewing and testing. I have a database also attached with this...
But why then does all the <p> tag size change when I resize one tag? The image above is seen only when the layout is created. After I change the size, I cannot bring it back to the way it is...
I'm creating a website in VWD 2010 Express. When I try to resize the <p>, all of them get resized together. I've attached an image of it. I would like to resize only the last <p>. How can I do...
I'm quite new to Web Development. I'm creating a web site and it has a Registration Page where I managed to create the form. But when the user clicks on the 'CreateUser' button, how do I...
I have Visual Web Developer 2010 Express Edition. When I create a New WebSite, it creates two folders in the location. If the name is BasicWebSite, it created folders like BasicWebSite and...
I'm working on a propertygrid that has two items. The value of these items has to be taken from a database table. The table contains two columns, but I only want one column data to be...
I have a User Control that contains a Button. This button works for the first click. But the Click Event is not fired in the second click. Please help.
I have a datarow retrieved from a datatable. I have a value that exists in some column in the datarow. I want to find which column this value is in. How can I achieve this please?
I have a value which I don't know which column this belongs to in the table. So is there a way I get get those rows that contain this value using query?
I have a function that returns all the database tables with the data items in it. Is it possible to search for a value in all tables and return the table name and the datarow that contains the...
I'm working on a C# Windows Application which has a Web Service. I'd like to know how to communicate with the Web Service using XML. To be precise, I have a data set that has to go to the...
Sorry, it's the dictionary class that contains keys and values. I have a dictionary that contains a key. I anyway retrieved values of one particular key's values, added two new keys, and added the...
Sorry again, that's not what I want. I drew an image in a picturebox with the image height as picturebox height and image width as picturebox width. The image is placed somewhere on the center of the...
It is nothing concerning image. I'm only drawing rectangles. A looping through results in a cluster of small and big rectangles which looks in an orderly manner. I want the final result to be...