Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for anusumesh

Hi, I want to read the text property of XML file. My xml file is as follows: [code] <?xml version="1.0"?> <Domain_Credentials> <User> anu </User> <Password> admin </Password> <SearchBaseDN> dc=def,dc=com </SerachBaseDN> <Host> abc.def.com</Host> </Domain_Credentials> [/code] I want to read the values of <user>,<password> etc. For reading these values, my code is …

0
60
Member Avatar for anusumesh

Hi, One of our customer has following requirement: When user login to web site, some key should be added to client side registry and when he logs off, then that key should be deleted from registry. I know that editing client side registry from server side is not safe but …

0
57
Member Avatar for emilio

hi i'm trying to dynamically add columns to my gridview control. i tried this code: [CODE=asp]BoundColumn col = new BoundColumn(); col.DataField = myDataTable.Columns[0].ColumnName; col.HeaderText = "last exit time"; col.DataFormatString = "{0:mm-dd-yyyy}"; GridView1.Columns.Add(col);[/CODE] the datafied property is taken from datatable which will be the source of the gridview. the build gives …

Member Avatar for anusumesh
0
187
Member Avatar for anusumesh

Hi, I have created two web pages say [B]first.asp[/B] and [B]second.asp[/B]. first.asp has a link of second.asp and [B]username is embedded in url [/B]of second.asp.([B]second.asp?username=dvhsdghsdg[/B]) [B]Second.asp [/B]has a link for some [B]https site say securelogin.asp [/B]and i want to access the [B]server variable "referer Url"[/B] to retrieve username in https …

Member Avatar for anusumesh
0
303
Member Avatar for anusumesh

Hi I am using <asp:Gridview> to display my data. I am adding columns and rows dynamically. I am facing following issues: 1. I want [B]scrollbars around the gridview [/B]and for this purpose i used [B]<div style="overflow:auto">[/B] and its working fine. But issue is that the header row also scroll down …

Member Avatar for jaiswarvipin
0
190
Member Avatar for anusumesh

Hi, I want to use some MS dlls and some our own dlls (which are for 32-bit machine) in 64-bit machine. Someone told me to write a wrapper for 32-bit dlls and compile them with Any CPU" option. I am new to c#. Please anyone can tell me how can …

0
76
Member Avatar for anusumesh

Hi, I have developed one application which should be accessible only if valid certificate from particular CA is installed on client browser . I am using VBscript for writing the code. I am using Request.ClientCertificate collection to get the details of certificate for validation purpose. Now i want to make …

0
52
Member Avatar for anusumesh

Hi all, I am writing one application using c# in which firstly I m getting impersonating the user and then i want to retrieve mapped Drives. But issue is when I am calling method in following sequence: 1. create object of class 2. call mappeddrives() method 3. call impersonate method …

Member Avatar for LizR
0
315
Member Avatar for anusumesh

Hi, I want to display web page in client language i.e. if client uses japaneese language than whole data should be displayed in japaneese. I am creating dll using c# and i will use that dll in asp. Can anyone plz help me in this issue i.e. support of Double …

0
61