Yes thats the mistake I have made.
Thanks.
User Profile
Collapse
-
Object reference not set to an instance of an object
In my web project I am using FormView to Show, Edit and Delete all database details my code is as follow.
Code:protected void Page_Load(object sender, EventArgs e) { if (!IsPostBack) { FormView1.AllowPaging = true; FormView1.PagerSettings.PageButtonCount = 15; BindFormView(); } } private void BindFormView()
-
-
Thanx GaryTexmo
but initially my form is normal i.e. restore and my panel is placed on form at VS if I change the size of form its location changes and at when I run the application and if I maximize the form again its location changes I don't want that I want to place panel at bottom and it should appear at bottom when I Restore and Maximize my form.
I think you will now understand what I want.
Thanks!Leave a comment:
-
How to set Location of Button, Label and Panel.........
Hello everyone,
I want to dynamically change location of button, label and panel within the form that can be automatically appear when I restore and maximize the form.
Please guys help me.
Thanks a lot.......... -
Move controls in a form
Hello everyone,
I want to dynamically change location of button, label and panel within the form that can be automatically appear when I restore and maximize the form.
Please guys help me.
Thanks a lot.......... -
This also not working...
Code:C:\Users\HOME\Documents\Visual Studio 2008\Projects\Patient Testing\Patient Testing\bin\Debug\Images\4.jpg
Code:C:\Users\HOME\Documents\Visual Studio 2008\Projects\Patient Testing\Patient Testing\Images\4.jpg
Leave a comment:
-
Thanx but it gives me the path
Code:C:\Users\HOME\Documents\Visual Studio 2008\Projects\Patient Testing\Patient Testing\bin\Debug\Images\4.jpg
Code:C:\Users\HOME\Documents\Visual Studio 2008\Projects\Patient Testing\Patient Testing\Images\4.jpg
Leave a comment:
-
Help me to avoid again & again changing the path...........
Hi,
I want to change the BackgroundImage of form and i have created the folder named Images in my project and i will change the BackgroundImage when user press any key and I try it on different PC & always I have to change the path of it, so any other method anyone know to keep path constant then please tell me....
Code:BackgroundImage = Image.FromFile("C:/Users/HOME/Documents/Visual Studio 2008/Projects/Patient
No activity results to display
Show More
Leave a comment: