User Profile
Collapse
-
Thanks for the quick reply. I have sorted my problem out. -
Alter Or Create Procedure?
HI.
I have to Alter a procedure if it exists or Create the procedure if it doesn't in SQL Server 2005.
I can manage to determine if it exists or not, but when i have the code to create and alter in the IF... ELSE statement it doesn't seem to work. It still trys to create it when it exists or alter when it doesn't. I would prefer not to drop the procedure if it exists...
Any help or advice would be greatly appreciat... -
installing sql server express with vb app
Hi.
I have vb application done and i need to publish it. However i need to package sql server express with and the database. any idea on how to do this?
Thank you -
Thats actually quite a good idea. Thank you. Unfortunately not the solution for me, as my rows have multiple lines so the button heights will vary with each row. im looking for a way for buttons to all be the same size.Leave a comment:
-
datagridviewbuttoncolumn size
Hi.
I have a windoes form with a datagridview. it has a datagridviewbut toncolumn. the problem is they are growing to the whole size of the cell. is there anyway to change the size of these buttons? -
hi, i've also tried textalign right. im using visual studio 2005 vb.net. this is a windows form as wellLeave a comment:
-
Masked textbox textalign
Hi. I have a maskedTextBox in which a user will enter a numeric value. however i need the text to be entered from right to left instead of the other way around.
does anyone have a clue about this?
i have tried setting righttoleft=tru e and selectionstart = right but nothing seems to work.
any help would be greatly appreciated -
-
Just one little thing I have to add... If I need to display the usernames alphabetically in the ddl... How would i do that in my code? As i cant SORT BY in my stored procedure because It will return them in alphabetical order but I am Using SUBSTRING to leave out the text until the / in the string. and it will bring them back alphabetically before I use substring and will not show them correctly.
Any ideas or advice?
...Leave a comment:
-
Hi, Thank you for the quick reply.
I got it sorted out about 15 minutes before I saw your reply.
Now for the hectic stuff!
Thanks...Leave a comment:
-
Dropdownlist
Hi all.
I have a dropdownlist that has the usernames of people that I am getting from a sql table. However I must now only get the text after the / character in the username. Not sure on how to go aobut this. Could I possibly use SUBSTRING? Usernames are not all equal lengths.
Any help would be greatly appreciated
Thank you -
nested gridview
Hi. I have a gridview nested in a gridview. Inside the child gridview it displays some text and there is also a textbox where the user can type in something. they then click a button to insert the text into a table in my database. its always seems to be giving me an error saying "Invalid postback or callback arguement" Does anyone have any idea on a solution for this?
Any help will be greatly appreciated -
Hey. I just got it sorted out. wasn't showing anything when they choose select all. Used a datatable to get it sorted. Thank you for the replyLeave a comment:
-
Gridview HELP!
Hi.
A newbie to gridviews and vb.net here. I have a dropdownlist where the user can select a username and a select statement returns the username and the times they have logged on and logged off. I calculate the times and have the result of how long they were logged on for. I need to put the username and total hours into seperate columns in a gridview. I'm just having some trouble if the user chooses select all from the ddl and fills...
No activity results to display
Show More
Leave a comment: