Click here to Skip to main content
15,926,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Upload problem Pin
sanaziuse17-Dec-06 4:14
sanaziuse17-Dec-06 4:14 
AnswerRe: Upload problem Pin
Tina P17-Dec-06 7:56
Tina P17-Dec-06 7:56 
Questionwhat should i do with crystal report export error? Pin
m.rastgar17-Dec-06 1:09
m.rastgar17-Dec-06 1:09 
AnswerRe: what should i do with crystal report export error? Pin
GaryWoodfine 17-Dec-06 2:03
professionalGaryWoodfine 17-Dec-06 2:03 
GeneralRe: what should i do with crystal report export error? Pin
m.rastgar17-Dec-06 18:46
m.rastgar17-Dec-06 18:46 
GeneralRe: what should i do with crystal report export error? Pin
Nisha_D18-Dec-06 22:31
Nisha_D18-Dec-06 22:31 
Questionusing toggle in datagrid Pin
hikbnet17-Dec-06 0:37
hikbnet17-Dec-06 0:37 
AnswerRe: using toggle in datagrid Pin
Pradipta Basu17-Dec-06 9:34
Pradipta Basu17-Dec-06 9:34 
In your datasource, there should be a column which denotes start or stop. let start is denoted by 1 and stop by 0.

What you have to do is just write a function which will toggle the values. Or if you are using image, it will show the image of start when it is 0, and the image of stop when it is 1.

the code will be something like
<br />
<%# GetToggledValue(DataBinder.Eval(Container, "DataItem.Status")) %><br />


here status is the name of the column for start and stop, and GetToggledValue() is the function.



Pradipta Basu

GeneralRe: using toggle in datagrid Pin
hikbnet17-Dec-06 22:40
hikbnet17-Dec-06 22:40 
GeneralRe: using toggle in datagrid Pin
Pradipta Basu18-Dec-06 9:44
Pradipta Basu18-Dec-06 9:44 
Questionhow can change control language? Pin
B.A17-Dec-06 0:32
B.A17-Dec-06 0:32 
AnswerRe: how can change control language? Pin
GaryWoodfine 17-Dec-06 3:43
professionalGaryWoodfine 17-Dec-06 3:43 
QuestionRegarding SoapSender and SoapReceiver Pin
tprakash16-Dec-06 21:51
tprakash16-Dec-06 21:51 
QuestionHow to track media player file? [modified] Pin
tasnim516-Dec-06 19:26
tasnim516-Dec-06 19:26 
QuestionURL rewriting, /accountname --> /account?id=10 Pin
phimix16-Dec-06 15:26
phimix16-Dec-06 15:26 
AnswerRe: URL rewriting, /accountname --> /account?id=10 Pin
phimix18-Dec-06 22:09
phimix18-Dec-06 22:09 
QuestionDatalist Image Pin
ADY00716-Dec-06 14:20
ADY00716-Dec-06 14:20 
AnswerRe: Datalist Image Pin
_AK_17-Dec-06 21:43
_AK_17-Dec-06 21:43 
QuestionDatagrid Insert Pin
ADY00716-Dec-06 11:34
ADY00716-Dec-06 11:34 
AnswerRe: Datagrid Insert Pin
MoeInsairat17-Dec-06 2:45
MoeInsairat17-Dec-06 2:45 
QuestionDatagrid Customization Pin
MoeInsairat16-Dec-06 7:13
MoeInsairat16-Dec-06 7:13 
AnswerRe: Datagrid Customization Pin
Pradipta Basu16-Dec-06 9:23
Pradipta Basu16-Dec-06 9:23 
GeneralRe: Datagrid Customization Pin
MoeInsairat17-Dec-06 1:18
MoeInsairat17-Dec-06 1:18 
GeneralRe: Datagrid Customization Pin
Pradipta Basu17-Dec-06 9:20
Pradipta Basu17-Dec-06 9:20 
GeneralRe: Datagrid Customization Pin
MoeInsairat18-Dec-06 2:06
MoeInsairat18-Dec-06 2:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.