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...
User Profile
Collapse
-
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... -
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 -
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 (....)... -
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 -
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... -
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 -
Hi..
Thanks for your reply...The indetailed version of urs helped me in understanding the concept!
Thanks again
bye...Leave a comment:
-
-
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 -
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
-
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??Leave a comment:
-
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....
No activity results to display
Show More
Leave a comment: