Click here to Skip to main content
15,890,506 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Regular Expression for Date Pin
Sathesh Sakthivel28-Jun-07 4:30
Sathesh Sakthivel28-Jun-07 4:30 
QuestionError when running app in VS 2005 Pin
macca2428-Jun-07 3:23
macca2428-Jun-07 3:23 
AnswerRe: Error when running app in VS 2005 Pin
Sathesh Sakthivel28-Jun-07 3:26
Sathesh Sakthivel28-Jun-07 3:26 
GeneralRe: Error when running app in VS 2005 Pin
macca2428-Jun-07 3:28
macca2428-Jun-07 3:28 
GeneralRe: Error when running app in VS 2005 Pin
Manas Bhardwaj28-Jun-07 3:36
professionalManas Bhardwaj28-Jun-07 3:36 
GeneralRe: Error when running app in VS 2005 Pin
macca2428-Jun-07 3:38
macca2428-Jun-07 3:38 
GeneralRe: Error when running app in VS 2005 Pin
Sathesh Sakthivel28-Jun-07 3:38
Sathesh Sakthivel28-Jun-07 3:38 
QuestionHow can we change value of a BoundField of Gridview [modified] Pin
Bajrang Singh28-Jun-07 1:53
Bajrang Singh28-Jun-07 1:53 
Hi all,
How can we change the value of a BoundField of Gridview like I have password field in table user_Information and I am storing password in encrypted form. My problem is that when I use following format, the Password field show those password in Encrypted form(i.e. stored in table) but I want to show them in decrypted form. I don't know whether it is possible or not, if yes please let me know. I am using AccessDatasource object to bind the GridView.
Thanks in advance.....
<code>
<asp:GridView ID="GVUser" runat="server" Width="976px" AutoGenerateColumns="False" CellPadding="1" ForeColor="#333333" AllowPaging="True" AllowSorting="True" CellSpacing="1" Font-Names="Arial" Font-Size="9pt" HorizontalAlign="Left" ToolTip='"Rack Master"' OnPageIndexChanging="GVUser_PageIndexChanging" OnSelectedIndexChanging="GVUser_SelectedIndexChanging" OnSorting="GVUser_Sorting" DataKeyNames="User_ID" DataSourceID="AccessDataSource1" >
<FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<Columns>
<asp:BoundField DataField="User_ID" HeaderText="ID" ReadOnly="True" SortExpression="User_ID" />
<asp:BoundField DataField="User_Name" HeaderText="Name" SortExpression="User_Name" />
<asp:BoundField DataField="Designation" HeaderText="Designation" SortExpression="Designation" />
<asp:BoundField DataField="Fathername" HeaderText="Father's Name" SortExpression="Fathername" />
<asp:BoundField DataField="DOB" HeaderText="D.O.B." SortExpression="DOB" DataFormatString="{0:dd-MMM-yyyy}" HtmlEncode="False">
<ItemStyle Wrap="False" />
</asp:BoundField>
<asp:BoundField DataField="Address" HeaderText="Address" SortExpression="Address" />
<asp:BoundField DataField="Identity_Mark" HeaderText="Identity Mark" SortExpression="Identity_Mark" />
<asp:BoundField DataField="Category" HeaderText="Category" SortExpression="Category" />
<asp:BoundField DataField="User_Password" HeaderText="Password" SortExpression="User_Password" HtmlEncode="False" />
<asp:BoundField DataField="Rights" HeaderText="Rights" SortExpression="Rights" />
<asp:BoundField DataField="bajrang" HeaderText="bajrang" SortExpression="" />
<asp:CommandField ButtonType="Image" SelectImageUrl="~/images/icon-edit.gif" ShowSelectButton="True" />

</Columns>
<RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
<SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" BorderStyle="Ridge" BorderWidth="1px" HorizontalAlign="Center" VerticalAlign="Middle" />
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
<EditRowStyle BackColor="#999999" />
</asp:GridView></code>

Bajrang Singh
Using .net 2.0 (VS2005)
AnswerRe: How can we change value of a BoundField of Gridview Pin
Urs Enzler28-Jun-07 4:03
Urs Enzler28-Jun-07 4:03 
AnswerRe: How can we change value of a BoundField of Gridview Pin
kubben28-Jun-07 4:07
kubben28-Jun-07 4:07 
Questionthumb.db file is not updating itself Pin
Shoaib Hussain28-Jun-07 1:37
Shoaib Hussain28-Jun-07 1:37 
AnswerRe: thumb.db file is not updating itself Pin
Steven J Jowett29-Jun-07 5:30
Steven J Jowett29-Jun-07 5:30 
QuestionFileUpload control in Asp.net Pin
kirankumar@p2softech28-Jun-07 1:11
kirankumar@p2softech28-Jun-07 1:11 
AnswerRe: FileUpload control in Asp.net Pin
sathesh pandian28-Jun-07 1:28
sathesh pandian28-Jun-07 1:28 
GeneralRe: FileUpload control in Asp.net Pin
kirankumar@p2softech28-Jun-07 1:35
kirankumar@p2softech28-Jun-07 1:35 
GeneralRe: FileUpload control in Asp.net Pin
Manas Bhardwaj28-Jun-07 2:37
professionalManas Bhardwaj28-Jun-07 2:37 
GeneralRe: FileUpload control in Asp.net Pin
sathesh pandian28-Jun-07 18:55
sathesh pandian28-Jun-07 18:55 
QuestionIIS 5.1 or Apache 2.0.54 (mod_aspdotnet) Pin
Tethibogz28-Jun-07 1:07
Tethibogz28-Jun-07 1:07 
AnswerRe: IIS 5.1 or Apache 2.0.54 (mod_aspdotnet) Pin
Venkatesh Mookkan28-Jun-07 2:12
Venkatesh Mookkan28-Jun-07 2:12 
GeneralRe: IIS 5.1 or Apache 2.0.54 (mod_aspdotnet) Pin
Tethibogz28-Jun-07 3:41
Tethibogz28-Jun-07 3:41 
GeneralRe: IIS 5.1 or Apache 2.0.54 (mod_aspdotnet) Pin
Sathesh Sakthivel28-Jun-07 3:42
Sathesh Sakthivel28-Jun-07 3:42 
GeneralRe: IIS 5.1 or Apache 2.0.54 (mod_aspdotnet) Pin
Senseicads28-Jun-07 4:15
Senseicads28-Jun-07 4:15 
GeneralRe: IIS 5.1 or Apache 2.0.54 (mod_aspdotnet) Pin
Tethibogz28-Jun-07 7:29
Tethibogz28-Jun-07 7:29 
GeneralRe: IIS 5.1 or Apache 2.0.54 (mod_aspdotnet) Pin
Venkatesh Mookkan28-Jun-07 6:17
Venkatesh Mookkan28-Jun-07 6:17 
GeneralRe: IIS 5.1 or Apache 2.0.54 (mod_aspdotnet) Pin
Tethibogz28-Jun-07 7:19
Tethibogz28-Jun-07 7: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.