Search results for query: *

  • Users: LaTTicE
  • Content: Threads
  • Order by date
  1. L

    Crystal Reports

    I'm new to working with Crystal Reports and was wondering if you guys could help me with something. How do I make a sub report in a Crystal Report??? And how do I pass parameters to it from a previous ASP.NET web page??? Thanks for any help...
  2. L

    Adding an item

    I need to add an item to my combo box in VB.NET. When writing the same program, but in ASP.NET, I was able to do it like this... cboPart.Items.Add(New ListItem("All", "-1")) How would I go about adding The text "All", with a value of "-1" in a solely VB.NET application?
  3. L

    Trying something new

    Due to the lack of response to my last post, I assume it is even harder than I thought it was. I have decided to try a different approach. I was wondering if anyone could tell me why this code is throwing this error and maybe, if you're feeling generous, what a solution might be... Thanks for...
  4. L

    Help with Drop Down in Datagrid

    I have a drop down list in my datagrid that gets loaded when the edit button in the editcommandcolumn is clicked. The datasource property of the drop down is set to call a function to load this drop down. However, I also have the selectedindex attribute calling a different function that gets...
  5. L

    Listbox Help

    I was wondering if anyone could help me with this. I used this class called MyList that I got from this page on a VB.NET project I just finished. It is located at this address http://vbcity.com/forums/faq.asp?fid=15&cat=ListBox%2FComboBox#TID47804. I am now developing an identical page, but in...
  6. L

    Read Only Scrolling

    I have a datagrid that my boss wants me make so that it can be scrolled through with the scroll bar while it is still read- only. Is this possible? If not, is there anyway around it? Extra information... The datagrid is contained within a groupbox that is currently disabled. Is there a way...
  7. L

    Datagrid (null) help

    I was wondering if anyone knew of a simple way to replace the (null) fields in a datagrid with just a blank field. Thanks in advance
  8. L

    Datagrid Help

    I have read items from SQL Server into a datagrid that I need to allow people to edit. The only problem I am having with this, is after they are done editing what they need to. There is only one column out of 4 that is editable, but I can't figure out how to update the old data with the new...
Back
Top