I only found one that deals with loading the information into a database and retrieving the information from there, Could someone else give me some other ideas.
thanks,
and happy programming.
You should check your field for spaces if that is causing the problem, and to check for certain positions you can use the Right,Left,Mid cammands to get those.. and if = spaces just move spaces to the field.
You should be able to right click on your data grid and select edit template and choose the checkbox and change the font size in the property area and do this for item template and the edit item template..
Are you using a stored procedure/dataset/or direct SQL statement to the data table.
SELECT CustomerID, CompanyName, ContactName, ContactTitle
FROM Customers
GROUP BY CustomerID, CompanyName, ContactName, ContactTitle
Hope this is what you're looking for if not just let me know...
Thanks -- So do you create your super pages in all your solutions and then inherit them or do you setup it up in a system setup and inherit from there like you can do with the system.object.
We are converting to ASP.Net, but we have some Javascript functions in a directory and we use an include to bring the functions into the page --- Is there an easy way to do this, can we access this directory in ASP.Net
Any help would be greatly appreciated..
Happy Programming....
I don't know if there is a automatic way of doing it - Why don't you create a screen having a login and password and then on your connection string you are accessing the fields that you accepted.
Try adding to the directory manually by using windows explorer and if you can do it there let me know and we can go from there...
happy Programming......
Are you using a dataAdapter to do this connection.. if not you would have to supply the UserId,Password, and you might even have to supply the server name... If you give me more information I might be able to help more...
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.