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
~8K People Reached
Favorite Tags
Member Avatar for visweswaran28

Hi, I am working on membership concepts in asp.net. Now i want to reset new password and getpassword for specific user. this is my web.config code: <add name="MySqlMembershipProvider" connectionStringName="SQL2005DB380ConnectionString" applicationName="MyAppName" requiresQuestionAndAnswer="false" requiresUniqueEmail="false" passwordFormat="Encrypted" enablePasswordReset="true" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> How can I get old password and reset new …

Member Avatar for Jitesh Kumar_1
0
3K
Member Avatar for visweswaran28

![e06bda938bd3817cedb4e3d69265b84c](/attachments/large/3/e06bda938bd3817cedb4e3d69265b84c.jpg "e06bda938bd3817cedb4e3d69265b84c") ![e06bda938bd3817cedb4e3d69265b84c](/attachments/large/3/e06bda938bd3817cedb4e3d69265b84c.jpg "e06bda938bd3817cedb4e3d69265b84c") ![e06bda938bd3817cedb4e3d69265b84c](/attachments/small/3/e06bda938bd3817cedb4e3d69265b84c.jpg "align-left") Hi, I have a below table of Content CUSTOMER ID QUESTIONS ANSWER 1 FirstName John 1 LastName William 1 Country India 1 Zip Code 60000 2 FirstName xxxx 2 LastName yyyy 2 Country US 2 Zip Code 123456 3 OrgName ABC Pvt Ltd 3 …

Member Avatar for urtrivedi
0
168
Member Avatar for visweswaran28

Hi, I have a string formula and I wanted to execute it in sql server 2008 UDF function. Please suggest to proceed. P.S. I have tried with exec () - error occurred.

Member Avatar for anupamduttabd
0
106
Member Avatar for visweswaran28

Hi, I have 50 rows of data in Datagridview. My app will read all rows line by line then save it in DB. When I click the "Save" button my apps entering into not responding mode after sometime it has come back to normal state. Please suggest me to avoid …

Member Avatar for james6754
0
105
Member Avatar for visweswaran28

Hi, Assume I am having following set of textbox controls in winform. 1. txt_subject1 with Alais "S1" 2. txt_subject2 with Alais "S2" 3. txt_subject3 with Alais "S3" 4. txt_totalCredit with Alais "T1" I am maintaining all the formulas in xml file. So that If anything changes in formula, no need …

Member Avatar for N4JRY
0
148
Member Avatar for visweswaran28

HI, I have a string variables which contains formula as below, str="2+3"; Now I want to execute the above string variable (str) to produce the result. Please suggest me to proceed. Thanks in Advance.

Member Avatar for tinstaafl
0
93
Member Avatar for visweswaran28

Hi, I have objective to store set of information inside given images (Like DICOM). Please suggest me to proceed. Thanks in Advance.

Member Avatar for tinstaafl
0
204
Member Avatar for visweswaran28

Hi, I have Jquery Function and It is working even after normal post back. Now I want to call that function after post back of control which is in update panel. Thanks in advance.

Member Avatar for LastMitch
0
69
Member Avatar for visweswaran28

Hi, I have a web-page, height and width of page exceed the screen size of my display device. I want to take screen shot or print it in pdf of that web-page with that hidden portion too using C#.net. I don't want to call print dialog box. My requirement is …

Member Avatar for ddanbe
0
124
Member Avatar for visweswaran28

Hi, I have a string "<div width=200 height=700 rowheader="true" columnsize=4></div> I want to extract widht, height, rowheader & columnsize value from above string through C#.net I tried to load the above string in XMLdocument, but I used to receive an exception. Please suggest me to proceed this. Thanks in Advance.

Member Avatar for deceptikon
0
128
Member Avatar for visweswaran28

Hi, I have a string like "\n <div> attrib1=\"test\"</div>" I want to pass this as parameter to xmldocument.loadXML(); I received an exception when I tried to pass the above string. Please suggest me to proceed. Thanks in Advance

Member Avatar for deceptikon
0
96
Member Avatar for visweswaran28

Hi, I am new to XML. I have doubt. I am updating value of XmlAttributeCollection in XmlElement, whether my XmlElement gets updated or I need to go with some method to update my value in XmlElement. Here my code, XmlElement xntemplate = xmldoc.SelectSingleNode("//TableTemplate//ColumnStateXML//state//colref [@id='" + sPropName[1].Trim() + "']") as XmlElement; …

Member Avatar for visweswaran28
0
76
Member Avatar for visweswaran28

Hi, <DIV style="POSITION: absolute; TEXT-ALIGN: center; FONT-STYLE: normal; WIDTH: 141px; FONT-FAMILY: Arial; WHITE-SPACE: nowrap; HEIGHT: 76px; FONT-SIZE: 12pt; TOP: 268px; FONT-WEIGHT: 400; TEXT-DECORATION: none; ctrlProp="acknowledged:true;showDisableIcon:True;showTooltip:True;sizeableIcon:True;"></DIV> Consider the above string, Now I want to know the value of sizeableIcon (Either true/false),showDisableIcon (either true /false). Is there any way to pick those …

Member Avatar for tinstaafl
0
161
Member Avatar for visweswaran28

Hi, I have a DSD file. I am reading DSD file content into XMLdocument, after some modification and trying to save that entire content in same exising DSD file. No Error / Exception has occured. But the DSD file is updated. (FYI, this is running in Win 7) Please suggest …

Member Avatar for tinstaafl
0
105
Member Avatar for visweswaran28

Hi, Can we call Mysql Storedprocedure in SqlDatasource. My Connection String is Works fine. If not Is any other alternate available? Thanks in Advance

Member Avatar for JorgeM
0
78
Member Avatar for visweswaran28

HI, I want to retrieve list of executed query for a specific date in sql server. Thanks in Advance

Member Avatar for pritaeas
0
55
Member Avatar for visweswaran28

Hi, I want to convert Single Column values to Row. Table Original Content: Code Amount Expenditure 10027 5000.00 LOCAL CONVEYANCE 10027 320.00 LOCAL CONVEYANCE 10116 1589.00 TRAVEL EXPENSES 10095 350.00 LOCAL CONVEYANCE 10095 1215.00 TRAVEL EXPENSES Expected Output : Code LC TE 10027 5000.00 NULL 10027 320.00 NULL 10116 NULL …

Member Avatar for BitBlt
0
183
Member Avatar for visweswaran28

Hi, I want to get Indian Standard Time (IST) in Sql Server 2005. How can I achieve this? Note: SELECT 'SYSDATETIMEOFFSET', SYSDATETIMEOFFSET() this query works fine in Sql server 2008. Is there any option in Sql Server 2005? Thanks in Advance

Member Avatar for BitBlt
0
135
Member Avatar for visweswaran28

Hi, I have used google authentication for my asp.net application using dotnetopenauth.dll . I want to get username of authenticated user. I want to validate through my organizational gmail account. How can I achieve this. Thanks in advance.

Member Avatar for kvprajapati
0
63
Member Avatar for visweswaran28

Hi, I am having datagridview in that I have datagridview combobox column and noraml textfield. I want to know that how can I load selected value in that combox box when I am loading all entered details in data grid view.

0
61
Member Avatar for visweswaran28

Hi, I am using netbeans 7.0 beta IDE and I have iinstalled jdk 1.6 and tomcat 7. I tried to run simple jsp program through IDE, but I got *"Must select some files in the IDE or set javac.includes"* this error message. I set java_home classpath, I have tried without …

Member Avatar for peter_budo
0
61
Member Avatar for visweswaran28

Hi, I want to know how to generate pdf file with help of ms report viewer. I will pass needed parameter to that reportviewer that should generate pdf, it should be done at back side user should not know this(invisible mode). Thanks in advance

0
59
Member Avatar for visweswaran28

Hi, I am creating web application. In that I want to set session timeout (not idle timeout). If a user logged in that time the session time will start and it automatically should detect session timeout the page should redirect to another page. How can I acheive this.

Member Avatar for rohand
0
202
Member Avatar for visweswaran28

Hi, I did one web-site in asp.net. I have published and I checked in IIS everything works fine. But When I upload into my web domain. I am getting following error. Error: Section or group name 'system.web.extensions' is already defined. Updates to this may only occur at the configuration level …

Member Avatar for Lusiphur
0
134
Member Avatar for visweswaran28

Hi, Consider, that I have 5 fields, In which first four fields has same value and fifth one has different value. If I retrieve these records from table it should shows first 4 fields only once and fifth fields should be appended. How can I achieve. Eg: field #1 field …

Member Avatar for jbisono
0
107
Member Avatar for visweswaran28

Hi, I have datagrid control. In that I place textbox, insert link button in hearder template. When I click that Insert button the value from textbox should be loaded into grid. I am capturing at rowcommand() here the code: If e.CommandName = "Insert" Then Dim t1 As TextBox t1 = …

0
72
Member Avatar for visweswaran28

Hi, I am having datagrid in that I have one column that should have table. Now I want to know that how can I include table in datagrid. My table values may differ from each rows in datagrid. So that also should be accomplished.

0
55
Member Avatar for visweswaran28

Hi, select row_number() over(order by b.inv_no) as sl_no,b.fyear_code,b.inv_no,b.inv_date,b.service_nature,b.inv_total,c.bal_amount,b.client_code,b.amt_received from fn_receipt a, trn_invoice_history b, mst_expenditureinvoice c where a.client_id=b.client_code and a.client_name=b.client_name and a.location=b.client_location and a.receiptno=35 and b.fully_recived not in ('Y') and b.amt_balance>0 and (c.fyear_code=b.fyear_code and b.inv_no=c.inv_no) union select row_number() over(order by b.inv_no) as sl_no,b.fyear_code,b.inv_no,b.inv_date,b.service_nature,b.inv_total,c.bal_amount,b.client_code,b.amt_received from fn_receipt a, trn_invoice_history b, mst_invoice c where …

Member Avatar for tesuji
0
158
Member Avatar for visweswaran28

Hi, I am using DataGrid, Now I want to know to get all values from that Datagrid. How can I acheive. Thanks in Advance, Visweswaran V

Member Avatar for jbisono
0
119
Member Avatar for visweswaran28

Hi, I am using updatepanel in aspx with master page content, required validation control. IN that updatepanel I have one datagrid through that I am trying to insert a row. When I click that linkbutton then is shows error like "sys.webforms.pagerequestmanagerparsererrorexception. Error code: 405" . I tried with another project …

Member Avatar for visweswaran28
0
150