User Profile

Collapse

Profile Sidebar

Collapse
devlin
devlin
Last Activity: Jul 17 '08, 06:03 AM
Joined: Mar 14 '08
Location: South africa
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • devlin
    replied to Alter Or Create Procedure?
    Thanks for the quick reply. I have sorted my problem out.
    See more | Go to post

    Leave a comment:


  • devlin
    started a topic Alter Or Create Procedure?

    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...
    See more | Go to post

  • devlin
    started a topic installing sql server express with vb app

    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
    See more | Go to post

  • devlin
    replied to datagridviewbuttoncolumn size
    in .NET
    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.
    See more | Go to post

    Leave a comment:


  • devlin
    started a topic datagridviewbuttoncolumn size
    in .NET

    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?
    See more | Go to post

  • devlin
    replied to Masked textbox textalign
    hi, i've also tried textalign right. im using visual studio 2005 vb.net. this is a windows form as well
    See more | Go to post

    Leave a comment:


  • devlin
    started a topic Masked textbox textalign

    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
    See more | Go to post

  • devlin
    replied to Dropdownlist
    Hopefully that made sense.....
    See more | Go to post

    Leave a comment:


  • devlin
    replied to Dropdownlist
    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?

    ...
    See more | Go to post

    Leave a comment:


  • devlin
    replied to Dropdownlist
    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...
    See more | Go to post

    Leave a comment:


  • devlin
    started a topic Dropdownlist

    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
    See more | Go to post

  • devlin
    started a topic nested gridview

    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
    See more | Go to post

  • devlin
    replied to Gridview HELP!
    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 reply
    See more | Go to post

    Leave a comment:


  • devlin
    started a topic Gridview HELP!

    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...
    See more | Go to post
No activity results to display
Show More
Working...