asp.net

asp.net (19)

asp.net tips

Tuesday, 05 March 2013 13:55

how to use membership provider for asp.net login

Written by
Rate this item
(0 votes)

using asp.net membership Probvider you can easily
make a user login using username and password and redirect to
default or any page by the following way -

Saturday, 29 December 2012 13:54

c#,asp.net interview questions

Written by
Rate this item
(0 votes)

I have given many interviews on c#,asp.net jobs and
went through the questions.here i am posting,It may
help you -

Rate this item
(0 votes)

in some way these codes will help you very much if you need
to know file extension.
method below returns true if extension are any of the following -

Rate this item
(0 votes)

in asp.net application or website </appSettings>
section in web.config is used to store application
setting to be used.you can keep settings in this
section as -

Rate this item
(0 votes)

this post will show how to create a file in dotnetnuke module
directory and write some data in the file.you can use this
technique in asp.net application too -

Wednesday, 16 January 2013 13:15

how to use datalist commands

Written by
Rate this item
(0 votes)

if you placed datalist command buttons as -

<asp:DataList ID="DataList1" DataKeyField="CommentId" runat="server"
OnItemCommand="DataList1_ItemCommand">
<ItemTemplate>
<asp:LinkButton ID="Edit" Text="Select" CommandName="Edit" runat="server" />
<asp:LinkButton ID="delete" Text="Approve" CommandName="Delete" runat="server" />
.......

Sunday, 30 December 2012 13:56

how to assign specific role when user registers

Written by
Rate this item
(0 votes)

using asp.net membership provider user
registration is done by the CreateUserWizard
control in the Register.aspx page.

Saturday, 04 May 2013 13:54

using HttpCookie in asp.net application

Written by
Rate this item
(0 votes)

HttpCookie is a very good way to store small amount of data
in asp.net application/website.you can access cookie value in
any page once set in a page.cookie can stay for long time in the
user's computer.

Saturday, 29 December 2012 13:55

free c#,asp.net online books

Written by
Rate this item
(0 votes)

following is the list of online websites which
contain online books,a lot of study material-

Page 2 of 2

Latest discussions

  • No posts to display.