asp.net

asp.net (44)

asp.net articles

Saturday, 12 January 2013 13:55

reading html file using StreamReader class by c#

Written by
Rate this item
(2 votes)

if you want to read the content of any html file then
this tips can help you.StreamReader is used to read
the file and store data in Stringbuilder.you can modify
the Stringbuilder according to your need.

Last modified on Tuesday, 06 August 2019 08:12
Rate this item
(1 Vote)

sometimes we need to show the selected row values of a gridview.
in this article i am gonna show how to show the values in
textboxes by c# programming language.

Rate this item
(1 Vote)

you may want to show smooth jquery popup when user visited
your site or on a button click in any page,etc... from code behind.

i am here sharing codes for showing popup using jquery properly -

Last modified on Monday, 19 August 2013 14:40
Friday, 25 January 2013 13:56

how to export to excel xls format using NPOI

Written by
Rate this item
(0 votes)

to properly export website data to previous version of excel
use the following example as a proper starting.one can export to
using 'Response object + gridview' but its not efficient and have some
lackings..

Rate this item
(1 Vote)

Its a common requirement.most developers want to show/hide
panel/div on a button click in datalist item.this post
will help everyone -

Last modified on Monday, 19 August 2013 14:42
Sunday, 30 December 2012 16:59

some practice problems for c#.net

Written by
Rate this item
(0 votes)

following are some practice problems for c#.net
programmers.teachers try it in classes.students
or novice c# programmers solve those problems to
practice c# programming in -

Friday, 25 January 2013 13:55

how to export to excel by openxml

Written by
Rate this item
(0 votes)

exporting to data in excel is a very common practice
in business website.one can use asp.net Response methods
to export to excel which is easy to do using a gridview.but
contents not appear properly like there will be white back-
ground over excel rows and this way is not efficient too.

Wednesday, 16 January 2013 13:54

how to edit,update,delete items in DataList

Written by
Rate this item
(1 Vote)

If you used itemtemplate for items in datalist control then
you can easily delete,edit and then update items
using edititemtemplate.to do that add a itemtemplate and
edititemtemplate in the datalist.also you have to add
command buttons and command event handlers -

Rate this item
(0 votes)

many times when file download button inside updatepanel and you use
Page.Response methods for file downloading then things not go right
in some cases.

Sunday, 30 December 2012 15:58

how to add dynamic column field in GridView control

Written by
Rate this item
(1 Vote)

you can easily add dynamic column in GridView control
with data.there are many dynamic fields you can add
like hyperlink field,bound field,etc.

Page 1 of 5

Latest discussions

  • No posts to display.