User Profile
Collapse
-
There might be many reasons for that check the AspX page properly -
I am unable to get access to the header controls below is my header control
[code=asp]
<asp:Repeater ID="Repeater1" runat="server" >
<HeaderTempla te >
<table cellspacing="0" cellpadding="0" border="0" style="width: 100%; border-collapse: collapse;">
<tr>
...Leave a comment:
-
How to change image in repeater header
Hi All
i have a repeater control in that i have to coulmns i need to sorts those columns i am able to sort but according to sorting asscending or descending
i need to change the image in the header How to go for it ? -
If yor using VS 2005 then create a setup wizard project that will create setup for your applicationLeave a comment:
-
-
-
The Best way in my knowledge is to make Back button disable
ans Simple way to do this is Add a new Aspx page in Body on load call the javascript
if(window.histo ry.forward(1) != null)
window.history. forward(1);Leave a comment:
-
-
Sandeep akhare replied to how to referesh the page when the page load in server using asp.net with c#in .NETWhy you want to refresh the page ?
Can't you refresh after any Event ?Leave a comment:
-
I haven't seen any command to do this ?
But In past i have developed one application Using Loops and structLeave a comment:
-
Can you Elaborate your query ?
you have one event after clicking that event the page should refresh this is your requirement ? or you want to refresh tha application every time event occuresLeave a comment:
-
Its not one page solution again
Its better to develop yourself by using enum not switch and if blocksLeave a comment:
-
You want increament id oi textbox by one if this is the case
int id=Parse.Conver t.Int32(textbox .value);
id +=1 ;
And convert again into stringLeave a comment:
-
Are you getting data in the DataReader from the database First Debug to see it and Always use trim proprty in the password textbox value it may contain spacesLeave a comment:
-
Yes upto some what you make client side validation to server controls also but can't html control at server side untill you make them runat server
i.e validation can be done for both the control a client side but vice versa is not true :-)Leave a comment:
-
Its not good to force the GC
Use IO namespace you will find method to delete a file
FileInfo fi=new FileInfo(String Path);
fi.Delete();
Permanatly deletes the fileLeave a comment:
-
Why are you posting Binary data No need of poasting banary data
ok you can do that use fallowing code to make it
if i am getting images from database which is in Binary
foreach (DataRow dr in ds.Tables[0].Rows)
{
Byte[] imageData = (byte[])dr[0];
string FilaName = dr[1].ToString();
using (MemoryStream ms = new MemoryStream(im ageData, 0, imageData.Lengt h))...Leave a comment:
-
I don't know what are you doing to show progress bar but you can do by showing another page having a pregress bar and message
then you need to use thread for that one
ok
try this link might be help full for you
http://www.codeproject .com/aspnet/AsyncProcessing Message.aspLeave a comment:
-
No Yar
You are asking very basic questions Dude do one thing add new only .cs file
give a proper name to the class and write all functions as static
When you want to call these functions call from your page.cs file like
classname.funct ionname only Simple Dudde try to do much programming
Best LuckLeave a comment:
-
Add class library to your project and put your all business logic in it istead of page.aspx.cs fileLeave a comment:
No activity results to display
Show More
Leave a comment: