Search:

Type: Posts; User: cooldudeattitud

Page 1 of 2 1 2

Search: Search took 0.31 seconds.

  1. hi danny, thanx for ur reply.....But I want to...

    hi danny,
    thanx for ur reply.....But I want to display respective record information based on the row selected in the datagrid. Can u tell me which event to handle. Is it the double-click event that...
  2. Developing an application similar to outlook using vb.net

    HI,
    Im trying to develop an application similar to Microsoft Outlook. If you open the contacts in Outllook using category view. There is a listing of contacts. Do I need to use a Datagrid for that....
  3. Replies
    2
    Views
    490

    Thanx for ur reply mendhak. I will try to use...

    Thanx for ur reply mendhak. I will try to use command builder object.
  4. Replies
    2
    Views
    490

    problem with binding ADO.NET

    Hi,
    I got two tables 1) Contacts 2) Customer
    The contacts has a primary key contactID(AutoIncrement) and all his personal information. The Customer is a contact too but with separate additional...
  5. Ignore this Thread I got the solution.

    Ignore this Thread I got the solution.
  6. How to Access User Control Variables???

    Hi,

    I am trying to do is suppose my project name is TESTING and I have a main form called frmMain and I have created a UserC ontrol called uclTesting. I have build this UserControl and I dragged...
  7. Database Connection using VS.NET????

    HI,

    I am trying to connect to a database using Visual Studio .NET. I have created the SQlconnection string and when I am trying to create the DataAdapter using SQLDATAADAPTER tool it aks me to...
  8. Hi Lunatic3 Thanks for ur reply. I would...

    Hi Lunatic3

    Thanks for ur reply. I would appreciate if u give me links how to do that using Crystal Reports I dont want to use third party providers. Thanks for ur help again
  9. How do I connect between Sql Server and PDf

    Hi,

    I am trying to develop a windows form wherein the User selects the Info from a user table like his firstname, lastname, ssn and addInfo. Once he clicks the Submit button what I want is the...
  10. Hi Lethal thanks for ur reply,,,, I already...

    Hi Lethal thanks for ur reply,,,,

    I already put that but still no luck with that....Any more suggestions...I also set the table cellspacing and cellpadding to 0 but still no luck....
  11. how to fit the image to the width of the datagrid

    <Asp:datagrid Allowpaging="true" Page-Index="5">
    <columns>
    <asp:TemplateColumn>
    <ItemTemplate>
    <Img src="sam.gif" width="200" height="150" />
    </ItemTemplate>
    </asp:TemplateColumn> ...
  12. Replies
    0
    Views
    354

    Posting to a new page

    Hi I have to pass the items on a Post to another page using vb.net.....I know the following solutions are available for that...

    (1) Use an HTML instead of a web form.

    (2) Create a simple...
  13. Replies
    8
    Views
    774

    Thanks for ur reply guyz...I will have a look at...

    Thanks for ur reply guyz...I will have a look at some of the suggested books and buy them.....
  14. Replies
    8
    Views
    774

    thankx a lot for ur replies guyz...more...

    thankx a lot for ur replies guyz...more suggestions will be appreciated...N the book u have suggested doesn't cover Ado.net applications using VS.NET....
    Ur help will be appreciated
  15. Replies
    8
    Views
    774

    Best Book for C# using VS.NET ???

    Hi,

    I was just wondering which book is the best for learning and mastering C# both basic and advance using VS.NET....
    It should show how to develop applications using VS.NET...Thanks for ur help...
  16. hi nemaroller and wey97 thanks for ur reply...

    hi nemaroller and wey97 thanks for ur reply guyz...the problem is it says string constants must be closed with double quotes.I tried wey97's code but still it says the same error...
  17. Replies
    1
    Views
    454

    how to pop up a new window

    Hi I was just wondering how to pop up a new window in asp.net. I have searched from the database....and if it doesn't return any results than I want a new window to popup...How do we do this...
  18. problem with javascript in an asp.net page???

    NoRecord &= "PlanID="
    NoRecord &= PlanID
    NoRecord &= "&MinSize="
    NoRecord &= MinSize

    NewUrl = "http://www.sample.com?" & NoRecord
    winfeatures=...
  19. hi Hellswrath and nemroller, Thanks for ur...

    hi Hellswrath and nemroller,

    Thanks for ur reply guyz....Yeah I will follow the javascript only....nemroller it is two separate forms only...
  20. Hi memnoch, Thanks for ur reply....I will try...

    Hi memnoch,

    Thanks for ur reply....I will try that but it looks like a bad way to do that.....Do we have any other option
  21. can I have two separate forms in one page

    Hi, I am trying two have two separate forms in one page like the New Users Registration forms and the Login forms. How do I handle both these forms.... I tried them the following way but no luck when...
  22. Hi guyz, Thanks a lot for the replies.....Yeah...

    Hi guyz,

    Thanks a lot for the replies.....Yeah I have got it now....And do u guys know how to just thicken the borders of the table just the outer ones not the borders inside the table...I just...
  23. Hi BukHix, Thanks for ur reply.... I have even...

    Hi BukHix,

    Thanks for ur reply.... I have even added web.config file but still I get the same error as this...Thanks for ur reply.....



    Server Error in '/' Application....
  24. My simple application not running in a virtual directory

    <html>
    <head>
    </head>
    <body>
    <form runat="server">
    <asp:Label id="lblMessage" runat="Server"></asp:Label>
    <asp:textbox id="txtMessage" Runat="Server"></asp:textbox>
    </form>
    </body> ...
  25. how do we curve borders in an html table???

    Hi,

    How do we curve the borders in an html table....Do we have some attribute or do we have to write a css.....Any kind of help will be appreciated...THank you
  26. Hi HellsWraith,, I was just giving a sample...

    Hi HellsWraith,,


    I was just giving a sample of the code...I need to use those sets cuz I got lotz of select queries in that .......which return the values....N can I use a datagrid to store...
  27. can we write a stored procedure like this???

    can we write a stored procedure like da one below....I want to retrieve the car names and the engine names in two separate queries and send them to the asp.net page....I donot want to join those two...
  28. Replies
    4
    Views
    463

    Hi nswan, Thankx for ur reply....But I would...

    Hi nswan,

    Thankx for ur reply....But I would also like to see what extra features does the car have ......Do I have to right separate queries for each columns ......I think it will work if we do...
  29. Replies
    4
    Views
    463

    Is there anyway that I can just get 1 row from...

    Is there anyway that I can just get 1 row from it...
    Thanx for ur reply ....
  30. Replies
    4
    Views
    463

    Problem with the database

    Hi I am trying to develop a car database which has three tables like Cars, Engines and Tyres. I wanted to make a search from an ASP.NET page for particular type of car. The car has fields like carid,...
  31. Increase the ranking of the website

    What do we have to do to increase the ranking of the website or like it should come in the first page when Google makes a Search on ur website criteria.
  32. Thanks for ur reply... Can we just try to do...

    Thanks for ur reply...

    Can we just try to do an include file like how we do in classic asp...
    I know we cannot include one asp.net into another asp.net page like the class one....

    But can we...
  33. how to include one asp.net page into another like asp??

    Hi,

    How can we include one asp.net page into another asp.net page OR can we include one asp.net page into another asp page like how we do in asp... Is there a possibility to do that???
    Thanks for...
  34. Replies
    2
    Views
    429

    Thanx for ur reply Master Blaster It didn't work...

    Thanx for ur reply Master Blaster
    It didn't work out there is some problem with the query
  35. Replies
    2
    Views
    429

    is there a problem with my query

    strInsert = "Insert into homes (ElevationID, ElevationName, FeatureID,FeatureLinkID, Feature, ArchitectureStyleID, ArchitectureStyleLinkID, ArchitectureStyle) Values (txtElevID.Value,...
  36. Thanx a lot mann

    Thanx a lot mann
  37. where to download the trial version of MS SQL SERVER???

    HI,

    Can anyone tell me where to download the trial version of ms sql server. I will appreciate u rhelp in advance.

    Thank you
  38. How to send the items to the next page

    Hi,

    I was just trying to develope a shopping cart. I was wondering how to send the information to the next page once the user presses the add to cart button. Remember I use the same name for the...
  39. Replies
    7
    Views
    523

    Thanx a lot for ur replies Danial and Travis. I...

    Thanx a lot for ur replies Danial and Travis. I appreciate ur reply. Travis method did work..
  40. Replies
    7
    Views
    523

    padding left zeroes in ASP

    Hi I have a data field which is text field and it has go both just numeric and also alphanumeric.
    If i retrieve it from the database and if i found out that the number is like
    ...
Results 1 to 40 of 70
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width