|
yes you can do it Item DataBound event
Regards,
Sylvester G
Senior Software Engineer
Xoriant Solutions
sylvester_g_m@yahoo.com
|
|
|
|
|
ok thank u So much.....
with Regards,
Imthiyas Ahamed.A
|
|
|
|
|
i have filesize. i divide it by 1000 . i want now to display filesize upto 2 decimal points .
its urgent
-- modified at 3:56 Monday 19th February, 2007
|
|
|
|
|
Only you have to show it ? or you have actually divided the one big file to small one
<l>Thanks and Regards
Sandeep
|
|
|
|
|
only show it . just displaying the file size .
|
|
|
|
|
Use System.Math.Round(san,2)
<l>Thanks and Regards
Sandeep
|
|
|
|
|
|
My Pleasure
<l>Thanks and Regards
Sandeep
|
|
|
|
|
Hi,
Just want to ask what is more appropriate to use:
dim varA as string
varA= "hello world" or varA.equals("hello world")
regards
Dom
|
|
|
|
|
dim varA as string = "what does this have to do with ASP.NET ????"
Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
|
|
|
|
|
Both are different in first sentence you are assigning string to varA and in second one you are checking VarA is equal to given string or not
<l>Thanks and Regards
Sandeep
|
|
|
|
|
Thank you for your generous reply 
|
|
|
|
|
Sunil Tvl
|
|
|
|
|
You posted three times, and you didn't ask a question. I see the header, but what do you mean by caching ? Do you seriously expect someone to write you a full ASP.NET sample app ?
Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
|
|
|
|
|
hi
i am doing application on caching ,so i taken one button and put in caching and taken system time,when event fire on button time should not change but event should fire
for this what should i do
help me plzzz.....
|
|
|
|
|
Sorry, that's not a coherent sentence. What are you caching ? Where are you caching it ? What happens when you push a button ?
Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
|
|
|
|
|
|
Is there a question to go along with this blank post?
|
|
|
|
|
hello, there,
I want to trigger a server side button click from client side javascript code. I searched the Internet, but I could not find a solution.
I learned it seems I need to call _postback function. But I could not find more details.
function Button2_onclick() {
__doPostBack('<%=Button1.UniqueID%>', 'onclick');
}
I put this in the client side code. but I got server side errors.
Please let me know that how to solve this problem.
Thank you very much in advance.
|
|
|
|
|
hi,
http://www.xefteri.com/articles/show.cfm?id=18
this article is a simple one. follow this
Thomas
|
|
|
|
|
It is really a good article and it is very easy.
Thank you so much.
|
|
|
|
|
How we romove .cs files durinng creating Web Setup Project.
Any Idea please ?
Know Yourself Then Grow Yourself.
|
|
|
|
|
While adding the mandatory files dont add source files
Regards,
Sylvester G
Senior Software Engineer
Xoriant Solutions
sylvester_g_m@yahoo.com
|
|
|
|
|
But Dialog "Add Project Output Group" shows only contents files.
And if remove using filter then after installing aspx page gives error about cs file.
Know Yourself Then Grow Yourself.
|
|
|
|
|
In Add project output group,
Make sure that the webproject is selected on the combobox
Then Select Primary output, localized resources and content files by pressing the combination CTRL key + Mouse's left button.
Regards,
Sylvester G
Senior Software Engineer
Xoriant Solutions
sylvester_g_m@yahoo.com
|
|
|
|