Click here to Skip to main content
15,891,033 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Not able to read the value from App.config file Pin
Not Active1-Sep-06 2:21
mentorNot Active1-Sep-06 2:21 
QuestionNot able to read the value from App.config file Pin
kumar sudhir11-Sep-06 0:51
kumar sudhir11-Sep-06 0:51 
AnswerRe: Not able to read the value from App.config file Pin
Leon Segal3-Sep-06 15:51
Leon Segal3-Sep-06 15:51 
QuestionHide Datagrid row.............. Pin
Nagraj Naik1-Sep-06 0:46
Nagraj Naik1-Sep-06 0:46 
AnswerRe: Hide Datagrid row.............. Pin
_AK_1-Sep-06 1:33
_AK_1-Sep-06 1:33 
GeneralRe: Hide Datagrid row.............. Pin
Nagraj Naik1-Sep-06 21:01
Nagraj Naik1-Sep-06 21:01 
GeneralRe: Hide Datagrid row.............. Pin
_AK_3-Sep-06 17:54
_AK_3-Sep-06 17:54 
AnswerRe: Hide Datagrid row.............. Pin
postmaster@programmingknowledge.com1-Sep-06 4:39
postmaster@programmingknowledge.com1-Sep-06 4:39 
sub itemdatabound(s As Object, ByVal e as DataGridItemEventArgs)<br />
   If e.Item.ItemType = ListItemType.Item Then<br />
         If e.Item.Cells(2).Text = "Hide next" Then<br />
               e.Item.Visible = False<br />
         end if<br />
    end if<br />
end sub



==postmaster
http://www.programmingknowledge.com/[^]
GeneralRe: Hide Datagrid row.............. Pin
Nagraj Naik1-Sep-06 21:00
Nagraj Naik1-Sep-06 21:00 
Questionerror: Automation server can't create object Pin
24891281-Sep-06 0:40
24891281-Sep-06 0:40 
QuestionHow to navigate records from database Pin
Kissy161-Sep-06 0:36
Kissy161-Sep-06 0:36 
AnswerRe: How to navigate records from database Pin
_AK_1-Sep-06 0:59
_AK_1-Sep-06 0:59 
QuestionListing the file names of an ftp server using asp.net c# Pin
Malayil alex1-Sep-06 0:03
Malayil alex1-Sep-06 0:03 
Questionusing javascript in asp.net Pin
anujose31-Aug-06 23:47
anujose31-Aug-06 23:47 
AnswerRe: using javascript in asp.net Pin
_AK_1-Sep-06 0:33
_AK_1-Sep-06 0:33 
QuestionHI all Pin
Arun Kumar Babu31-Aug-06 23:20
Arun Kumar Babu31-Aug-06 23:20 
QuestionHI all Pin
Arun Kumar Babu31-Aug-06 23:17
Arun Kumar Babu31-Aug-06 23:17 
AnswerRe: HI all Pin
_AK_1-Sep-06 1:54
_AK_1-Sep-06 1:54 
QuestionError :- Exception Details: System.Runtime.InteropServices.COMException: Server execution failed Pin
Avanika Gupta31-Aug-06 23:11
Avanika Gupta31-Aug-06 23:11 
AnswerRe: Error :- Exception Details: System.Runtime.InteropServices.COMException: Server execution failed Pin
Parwej Ahamad1-Sep-06 1:50
professionalParwej Ahamad1-Sep-06 1:50 
Questionhow to use the repeater ? Pin
abdelhameed8131-Aug-06 22:49
abdelhameed8131-Aug-06 22:49 
AnswerRe: how to use the repeater ? Pin
_AK_31-Aug-06 22:52
_AK_31-Aug-06 22:52 
AnswerRe: how to use the repeater ? Pin
Sathesh Sakthivel31-Aug-06 23:36
Sathesh Sakthivel31-Aug-06 23:36 
QuestionReading a folder in asp.net using c# Pin
Malayil alex31-Aug-06 21:11
Malayil alex31-Aug-06 21:11 
AnswerRe: Reading a folder in asp.net using c# Pin
REA_ANDREW31-Aug-06 21:19
REA_ANDREW31-Aug-06 21:19 

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.