User Profile

Collapse

Profile Sidebar

Collapse
Garima12
Garima12
Last Activity: Jun 25 '10, 05:19 PM
Joined: Mar 26 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Garima12
    replied to HTML formatting
    in .NET
    Thank you yarbrough40.
    See more | Go to post

    Leave a comment:


  • Garima12
    started a topic DataTable vs DataRow array

    DataTable vs DataRow array

    What is the benefit of creating DataTable over array of DataRow and vice versa?
    See more | Go to post

  • How do websites send email when new answers is posted to question

    How do websites send email when new answers is posted to question like if you answer this question, I will get automated email that my question has an answer?
    See more | Go to post

  • Garima12
    started a topic HTML formatting
    in .NET

    HTML formatting

    I want to format all kind of input in text area like line break, numbered list etc whatever user enters just like if I'm writting right now in text area(on bytes) and it will printed on screen as I'm entering. Is there any inbuilt function in .net framework by which I can achieve this functionality? I'm working on web site where user will enter some detailed description in text area. Now user can input text which may contain line break, list, etc....
    See more | Go to post

  • Garima12
    started a topic updatepanels and call to server
    in .NET

    updatepanels and call to server

    Suppose there are 2 updatepanels calling different web services. In this case page will make 2 call to server. If I enclose these 2 panels in one outer updatepanels, then how many no. of calls will be?
    See more | Go to post

  • Garima12
    started a topic AJAX vs Silverlight.
    in .NET

    AJAX vs Silverlight.

    I'm using AJAX panel to get the benefit of partial postback of web page. Now suppose I want to use silverlight3 then can I still take the same benefit if I use silverlight Accordin control to put my controls inside it? If I do update in one AccordionItem and click button, will it post whole page to server or only that particular AccordionItem? I think whole page, am I right? Is there any way to do partial page rendering while using silverlight? My...
    See more | Go to post

  • Garima12
    started a topic joining 3 tables-using oracle 10g

    joining 3 tables-using oracle 10g

    There are 3 tables-
    1st table
    Name
    Point

    2nd table
    Id
    Point1
    Point2

    3rd table
    Id
    Type
    Status

    I need to join all tables. I will join table 1 and 2 like this-
    Select * from table 1 t, table 1 t1, table 2 t2 where t.point =t2.point1 and t1.point=t2.poi nt

    With the result of above query, I need to join table 3 on the basis...
    See more | Go to post

  • I included PrintDocument1. should I set the property of PrintDocument1 in order to get page as landscape?
    suppose, there r pagesetupcontro l,printpreviewc ontrol,PrintDoc ument. can you please let me know, wht code should i write in order to set page as portrait or landscape as user selects from the combobox.
    thks...
    See more | Go to post

    Leave a comment:


  • sorry, i don't understand wht r u asking?
    i put pagesetupcontro l,printpreviewc ontrol and used the code written....
    See more | Go to post

    Leave a comment:


  • Garima12
    started a topic if condition in stored procedure

    if condition in stored procedure

    there are fields name1 and name2(both string). If name1=name2 , then i need to fetch field zips1 from database else don't want to fetch but want to fetch other fields like p1, p2.
    how can i put this if condition in stored procedure?

    select zips1,p1,p2
    from t1
    See more | Go to post

  • Garima12
    replied to clear PrintPreviewDialog before displaying
    in .NET
    it is not working. can someone please suggest?...
    See more | Go to post

    Leave a comment:


  • PageSetupDialog1.PageSettings.Landscape = False/true

    user is selecting from combobox either portrait or landscape for printing the page. I am writing following code to set it. it is not working. In preview it shows portrait in both cases.

    Code:
    If (ComboBox1.SelectedIndex = 0) Then
                PageSetupDialog1.PageSettings.Landscape = False
            Else
                PageSetupDialog1.PageSettings.Landscape = True
            End If
    can anyone please suggest?...
    See more | Go to post

  • Garima12
    started a topic clear PrintPreviewDialog before displaying
    in .NET

    clear PrintPreviewDialog before displaying

    i am putting some image in PrintPreviewDia log1 and opening it on click of button. I want to clear PrintPreviewDia log before displaying it in front of user if user clicks it 2nd time.
    how can i clear it?
    thks
    See more | Go to post

  • Garima12
    started a topic increase width of datagridview column
    in .NET

    increase width of datagridview column

    how can i increase width of datagridview column in vb.net 2.0? I want to increase width because column header is too long and being displayed in 2 lines. like it is owner mailing.
    I want it to be displayed like owner mailing.
    but because of its length it s being displayed as
    owner
    mailing

    thanks
    See more | Go to post

  • i thought the same way, loop through both datasets, but when i try to add common records in new dataset, it throws error, can you tell me by example?...
    See more | Go to post

    Leave a comment:


  • plater,
    there r 2 datasets, not 2 tables....
    See more | Go to post

    Leave a comment:


  • Garima12
    replied to using exec
    throwing error-
    Msg 156, Level 15, State 1, Procedure usp_ts, Line 24
    Incorrect syntax near the keyword 'SELECT'.
    Msg 102, Level 15, State 1, Procedure usp_ts, Line 24
    Incorrect syntax near ' + @tablename + '....
    See more | Go to post

    Leave a comment:


  • Garima12
    started a topic get new dataset from common records of 2 sets
    in .NET

    get new dataset from common records of 2 sets

    there r 2 datasets and I want to get 3rd dataset containing the records which are common in 1st and 2nd datasets. common field in dataset 1 n 2 is id. what is the best method to do it?
    See more | Go to post

  • Garima12
    started a topic using exec

    using exec

    I need to use exec command and it is working fine but there is some problem in query. Can you please help me in building query.

    I am passing id and table name to stored procedure.



    Following will be the form of query after merging id and table name-

    SELECT *
    FROM dbname. BillGeneralTaxD etails_SC_07_01 ,dbname. BCollRateFile
    WHERE (dbname. BillGeneralTaxD etails_SC_07_01 .id like...
    See more | Go to post

  • Garima12
    started a topic bulk copy

    bulk copy

    i need to export file1.txt file's data in sql server. want to use bulk copy command from command prompt.can someone please let me know the syntax?
    thks
    See more | Go to post
No activity results to display
Show More
Working...