Click here to Skip to main content
15,887,485 members
Home / Discussions / C#
   

C#

 
GeneralRe: Path stripping algorithim.....help required Pin
Skippums10-Sep-07 7:06
Skippums10-Sep-07 7:06 
AnswerRe: Path stripping algorithim.....help required Pin
Luc Pattyn10-Sep-07 7:12
sitebuilderLuc Pattyn10-Sep-07 7:12 
GeneralRe: Path stripping algorithim.....help required Pin
Skippums10-Sep-07 8:22
Skippums10-Sep-07 8:22 
GeneralRe: Path stripping algorithim.....help required Pin
Luc Pattyn10-Sep-07 9:53
sitebuilderLuc Pattyn10-Sep-07 9:53 
GeneralRe: Path stripping algorithim.....help required Pin
Skippums10-Sep-07 10:08
Skippums10-Sep-07 10:08 
GeneralRe: Path stripping algorithim.....help required Pin
c#_keithy10-Sep-07 21:57
c#_keithy10-Sep-07 21:57 
QuestionHelp with DataGridViewTextBoxColumn Pin
gugulethun10-Sep-07 3:47
gugulethun10-Sep-07 3:47 
AnswerRe: Help with DataGridViewTextBoxColumn Pin
mr.mohsen10-Sep-07 4:57
mr.mohsen10-Sep-07 4:57 
there are more technics to solve ur problem:
and this is on of them:
u can add the temprory field to your gridview and then on it add a textbox with special name such as pass then put your favorite info from your db (for example...).
now you must to write below code in the rowcommand event of your gridview:
object obj=gridview.rows[index rows].findcontroll("pass");
textbox txt=(textbox)obj;
and in this step you must to write your favorite character instead of the real password.
txt is a object that contain information of the pass word for each rows that seperate by index rows.
good luck

nobody help you...
you have to help you yourself
and this is success way.

QuestionWindow Service Error Pin
ramdil10-Sep-07 2:56
ramdil10-Sep-07 2:56 
AnswerRe: Window Service Error Pin
Nissim Salomon10-Sep-07 3:43
Nissim Salomon10-Sep-07 3:43 
GeneralRe: Window Service Error Pin
ramdil12-Sep-07 23:41
ramdil12-Sep-07 23:41 
QuestionNeed help with time math calculation Pin
RapGame200610-Sep-07 2:38
RapGame200610-Sep-07 2:38 
AnswerRe: Need help with time math calculation Pin
Colin Angus Mackay10-Sep-07 2:41
Colin Angus Mackay10-Sep-07 2:41 
GeneralRe: Need help with time math calculation Pin
RapGame200610-Sep-07 4:52
RapGame200610-Sep-07 4:52 
Questionreterive Xml attribute values [modified] Pin
M.A.Burhan10-Sep-07 2:14
M.A.Burhan10-Sep-07 2:14 
AnswerRe: reterive Xml attribute values Pin
pmarfleet10-Sep-07 2:47
pmarfleet10-Sep-07 2:47 
QuestionChat program for Wan Pin
sandipan.neogi@gmail.com10-Sep-07 2:09
sandipan.neogi@gmail.com10-Sep-07 2:09 
AnswerRe: Chat program for Wan Pin
c0ax_lx10-Sep-07 4:47
c0ax_lx10-Sep-07 4:47 
QuestionHow to installl setup.exe for every machine Pin
ASysSolvers10-Sep-07 1:15
ASysSolvers10-Sep-07 1:15 
AnswerRe: How to installl setup.exe for every machine Pin
Pete O'Hanlon10-Sep-07 1:31
mvePete O'Hanlon10-Sep-07 1:31 
GeneralRe: How to installl setup.exe for every machine Pin
ASysSolvers10-Sep-07 1:47
ASysSolvers10-Sep-07 1:47 
GeneralRe: How to installl setup.exe for every machine Pin
Pete O'Hanlon10-Sep-07 1:48
mvePete O'Hanlon10-Sep-07 1:48 
Questionin-memory cache Pin
Sonia Gupta10-Sep-07 0:50
Sonia Gupta10-Sep-07 0:50 
AnswerRe: in-memory cache Pin
Pete O'Hanlon10-Sep-07 1:00
mvePete O'Hanlon10-Sep-07 1:00 
GeneralRe: in-memory cache Pin
Sonia Gupta10-Sep-07 1:13
Sonia Gupta10-Sep-07 1:13 

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.