User Profile

Collapse

Profile Sidebar

Collapse
sriii
sriii
Last Activity: Jul 9 '07, 10:42 AM
Joined: Mar 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sriii
    started a topic using Ajax
    in .NET

    using Ajax

    hi all,

    i want to do work on AJAX.My requirement is when i was select the dropdown that text has to display in the Textbox. in the debuggging am getting the value but its not binding to the textBox plz solve my problem.

    and one more thing is am using one aspx page and one Js page.Is there any necessity to use 2 aspx pages,and 2 jscripts. one for clent side and another for sever side. Plz give me the reply its very imp...
    See more | Go to post

  • sriii
    started a topic Use Of Viewers
    in .NET

    Use Of Viewers

    Hi All,


    I want to generate a report for one application by using the Active Reports.
    Any body please Explain me the What is the use of viewers in details.


    Thanx in Advance.
    See more | Go to post

  • sriii
    started a topic Add new row to a datagrid
    in .NET

    Add new row to a datagrid

    Hi,
    If u don't mind let me expalin onexample with code.actually am new to the dotnet.I want to develop this application in c# webapplication. Plz plz give me reply.

    Am giving u code also just review it.Is it rite r not.

    public void dg_ItemCommand( object sender, DataGridCommand EventArgs e)
    {
    if(e.CommandNam e == "Insert")
    {
    int DeptNo;
    string Dname;...
    See more | Go to post

  • sriii
    replied to Add new row to a datagrid
    in .NET
    If u don't mind let me explain example with some code.Acutually am new to dotnet.Ya am using webapplication in C#.Thanq for ur reply....
    See more | Go to post

    Leave a comment:


  • sriii
    started a topic Add new row to a datagrid
    in .NET

    Add new row to a datagrid

    I want to add new row toa data grid in the footer template.But am getting some problem with the itemcommand property of the data grid.Let me explain how to add a row to a data grid and how to use the itemcommand property of the datagrid.Thanq before.
    See more | Go to post

  • sriii
    started a topic Data Grid-Adding rows
    in .NET

    Data Grid-Adding rows

    Trying to figure out the technique which should be used
    to add rows to a datagrid. I am thinking that I would
    want an "Add" button on the footer, but I am not quite
    sure how to do that. Is that the best method? Do you
    have a sample of how to do this?
    See more | Go to post
No activity results to display
Show More
Working...