User Profile

Collapse

Profile Sidebar

Collapse
jyothi1105
jyothi1105
Last Activity: Aug 1 '07, 11:04 AM
Joined: Apr 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jyothi1105
    started a topic Asp.net error
    in .NET

    Asp.net error

    Hi
    Iam working in windows XP, i cant find the security tab here to change the settings. Iam unable to load the XML file from asp.net..please help its urgent. how can i allow it?

    ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNE T on IIS 5 or Network Service on IIS 6) that is...
    See more | Go to post

  • Adding Labels,TextBoxes at runtime in WEbapplication with VB.net

    Hi,

    I want to add textboxes and labels at runtime. Controls are to be added according to the value entered in textbox.
    txtfamily is a textbox,in which user gives the no of familymembers.
    i want to add age,gender,note s for each member.I have to repeat this process for total no of family members.
    Iam trying this code below, please help me..iam not getting exactly what i wanted.


    Private Sub...
    See more | Go to post

  • jyothi1105
    started a topic Add Textboxes at Runtime in asp.net with Vb.net
    in .NET

    Add Textboxes at Runtime in asp.net with Vb.net

    Hi,
    In my projext i have to add textboxes accroding to the value given in a textbox.
    I want to allign them properly as a row and with labels exactly matching with the textboxes.
    Iam using asp.net with vb.net
    Please Help me
    See more | Go to post
    Last edited by jyothi1105; May 15 '07, 03:08 PM. Reason: missing data

  • jyothi1105
    started a topic Creating variables in sql stored procedures
    in .NET

    Creating variables in sql stored procedures

    Hi,

    I want to create a sql stored procedure wherein the local variable should store the maximum value of the column and increment it everytime the record is entered into table.
    i created it like this

    create procedure insertevent(... ...)
    declare @num as int
    set @num="select count(EventID) from Event"
    set @num=@num+1
    as
    begin
    insert Event(.......) values (....)...
    See more | Go to post

  • jyothi1105
    started a topic ASP.Net Connections
    in .NET

    ASP.Net Connections

    Hi..

    Iam working on Asp.net appln I want to create classes for connection and use the objects of the connection in every form to establish a connection.
    Please post me some details and information regarding this.

    Jyo
    See more | Go to post

  • jyothi1105
    started a topic Retrieve Data from Database
    in .NET

    Retrieve Data from Database

    Hi Guys,

    I need your help on retrieving data from DB.
    Iam working on WebAppl with VB.net and SQL 2000.

    I want to fill my form(textboxes) with details from the database table when the user clicks the update button.After the details are filled, the user changes the corresponding texboxes with his choice of data and saves it.
    Iam not able to fill the textboxes,thoug h i declared the dataadapter,dat asets and...
    See more | Go to post

  • jyothi1105
    replied to WEB.config in .net 2.0
    in .NET
    R u working on windows application or web application?
    If you are working on windows u cant find the web.config file,
    so check your application type
    Bye
    See more | Go to post

    Leave a comment:


  • jyothi1105
    replied to ViewState
    in .NET
    Hi..
    Thanks for your reply...The indetailed version of urs helped me in understanding the concept!

    Thanks again
    bye...
    See more | Go to post

    Leave a comment:


  • jyothi1105
    replied to Creating SQL Stored Procedures
    in .NET
    Thanks! For your comment...
    See more | Go to post

    Leave a comment:


  • jyothi1105
    started a topic ViewState
    in .NET

    ViewState

    Can Anyone help me regarding Viewstates
    I have checked the properties as autopost back=false,enab le viewstate=false
    for the textbox properties.but still the Viewstate doesnot work,it still displays the last entered entries.
    Please Reply me

    Jyo
    See more | Go to post

  • jyothi1105
    started a topic Creating SQL Stored Procedures
    in .NET

    Creating SQL Stored Procedures

    Hi all,

    Here is some information which could help people who want to create stored procedures and execute them in their program.

    You can create stored procedures in two ways:
    • Through front end
    • or writing procedure from backend SQLServer.


    Back End
    First we'll cover how to write a stored procedure in back end.
    The following example is how to create a store procedure for MSSql Server:
    • Open enterprise
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 9 '09, 03:04 PM. Reason: Major edit on Jyothi's original post

  • jyothi1105
    replied to StoredProcedures
    in .NET
    Hi!!

    Thanks for the reply.
    The code which you have sent me is in c#, but anyways i tried the same in VB.net.
    I get the error saying server doesnot exist by highlighting the "Conn.Open( )"
    I am not able to resolve this problem.
    Could you help me??
    See more | Go to post

    Leave a comment:


  • jyothi1105
    started a topic StoredProcedures
    in .NET

    StoredProcedures

    Hi..
    Can anyone help in this..
    I have created a stored procedure for inserting values in SQLserver2000, coming to frontend i have forms in asp.net with VB.net lang.
    I need to call the stored procedure here.I have created connection string and command object.Now how to execute the stored procedure from the button click event??The values are entered through front end and it should store them in database using the procedure....
    See more | Go to post
No activity results to display
Show More
Working...