
laxman
Avatar/Signature-
Posts
28 -
Joined
-
Last visited
About laxman
- Birthday 06/18/1984
laxman's Achievements
Newbie (1/14)
0
Reputation
-
Can Any one suggest me is there any alternative or some solution to this
-
hi all, i am developing an online application using asp.net 2.0 with C# in this i have to show user how much time left to fill the form i am able give using below java script but when ever page refreshes it is starting from the first can you suggest me how to maintain time left even if page got refreshes also please check the below code or any alternative <script type="text/javascript"> setInterval ( "doSomething()", 1000 ); function doSomething ( ) { var att=document.getElementById("Txtpno").value; att--; if(att==0) { window.confirm("[laxman]"); } else { document.getElementById("Txtrnk").value="Time left:"+att; document.getElementById("Txtpno").value=att; } }
-
hi all, i am new to crystal reports and i have come accross one situation in developing reports, in one of my report we are publishing the data which contains previous 4 yrs data also the report contains the colums yr1, yr2, yr3, cur yr, group and current yr average fine here the last two colums are common for all. so after developing the report it should show the data of remaining colums(yr1,yr2,yr3 and current yr which will change) with the last two colums are not disturbed can any one tell me which control or how can i achive this
-
hi i have to create a style sheet which should applicable to .aspx table can any tell how to write style sheet for this if possible with sample
-
hi, i want split the default.aspx form into three frames as we will do in HTML when i am trying to create frames it is giving error how can i achieve this please do suggest me if there are other approaches
-
Hi, I have to develope a form which will append the data to an word document i have to do it for web application, Note: I tried some of the code but it is opening a dialog box and asking the user to open,save and cancel here i don't want to show this to user how can achieve this in asp.net 2.0
-
Thank you for ur reply can u suggest me the approach to session capturing if possible with example
-
Can you tell me what should i do in global.asax file and also you mentioned every thing (session details) in proc how to do that
-
hi, i am using in my login page one session variable and assigning the value of username fine this i am getting in required page it is working fine, all here i want to capture the Session time out how to do that i have tried the below code it is not working can any one help me out with an example or whats wrong in my code the code as follows the below line i am writing in my login page Session["UserLoginName"] = TextBox1.Text; and i am capturing this in another form like this S_UserLoginName= (string)Session["UserLoginName"]; Lblsession.Text = S_UserLoginName; this is working fine for capturing expiration in global.asax void Session_Start(object sender, EventArgs e) { // Code that runs when a new session is started Session["CustomSessionId"] = Guid.NewGuid(); } and in my another form i am checking like this if (!Page.IsPostBack) { if (Session["CustomSessionId"] == null) { Response.write("Your session is expired please login again"); } else { } } the above code i got it from one site can any one help me out how to capture session expiration thank you
-
hi, i Have developed one form using ASP.NET 2.0 with C#, In this form i am binding some data to the grid view which need to approve by admin in this i have used a hyper link button to select one row of data to approve in the hyperlink i am redirecting the form to another where i am displaying all the data, in this page admin do approve. the grid view form is not binding properly please let me know what i have to do for a one time refresh of the while loading?
-
k thank u after installing the crystal reports runtime on the server also i am getting the same error
-
In server i have just installed dotnet frame work 2.0, Is Crystall reports installation required on the server?, as of my knowledge we have used only inbuilt crystal report controll so i thought i would not require please expalin
-
Hi, I have developed an web application using Visual Studion 2005, In my project i am using crystal reports to generate a user friendly document, Here Every thing is working fine the same application i have deployed in my production server i am getting one the details are given please let me know what migfht went wrong or how to fix this problem Server Error in '/Workflow' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' or one of its dependencies. The system cannot find the file specified. Source Error: Line 37: <assemblies> Line 38: <add assembly="Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> Line 39: <add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> Line 40: <add assembly="CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> Line 41: <add assembly="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> Source File: D:\laxmanreddy\RBIWorkflow\web.config Line: 39 Assembly Load Trace: The following information can be helpful to determine why the assembly 'CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304' could not be loaded. WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog]. -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42 Here is my web.config file contains <?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found in machine.config.comments usually located in \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> <appSettings> <add key="CrystalImageCleaner-AutoStart" value="true" /> <add key="CrystalImageCleaner-Sleep" value="60000" /> <add key="CrystalImageCleaner-Age" value="120000" /> </appSettings> <connectionStrings> <!--<add name="db1" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source='C:\Documents and Settings\PaulJ\My Documents\Visual Studio 2005\WebSites\WebSite2\databases\db1.mdb'" providerName="System.Data.OleDb"/>--> <add name="helpdesk" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source='C:\Inetpub\wwwroot\RBIWorkflow\helpdesk.mdb'" providerName="System.Data.OleDb"/> </connectionStrings> <system.net> <mailSettings> <!-- <smtp configSource="156.0.11.200"></smtp> Commented for testing--> <smtp><network host="156.0.11.200"/></smtp> </mailSettings> </system.net> <system.web> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this affects performance, set this value to true only during development. --> <compilation debug="true"> <assemblies> <add assembly="Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/> <add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.ReportSource, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.Shared, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.ReportAppServer.ClientDoc, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.Enterprise.Framework, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add assembly="CrystalDecisions.Enterprise.InfoStore, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> </assemblies> <buildProviders> <add extension=".rdlc" type="Microsoft.Reporting.RdlBuildProvider, Microsoft.ReportViewer.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> </buildProviders> </compilation> <!-- The <authentication> section enables configuration of the security authentication mode used by ASP.NET to identify an incoming user. --> <authentication mode="Windows"/> <!-- The <customErrors> section enables configuration of what to do if/when an unhandled error occurs during the execution of a request. Specifically, it enables developers to configure html error pages to be displayed in place of a error stack trace. <customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> --> <httpHandlers> <add path="CrystalImageHandler.aspx" verb="GET" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=10.2.3600.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/> <add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" validate="false"/> </httpHandlers></system.web> </configuration> Thanks in Advance
-
hai, i am generating check boxes dynamically (code is given below) i wanted to capture the check box checked status plz help me how to do this, dont consider that i have given both text property and ID are same as this i am testing i have given this CheckBox chk; chk = new CheckBox; DateTime dt = DateAndTime.DateAdd(DateInterval.Day, 1, date1); String str = dt.ToString("D"); String[] abc = str.Split(new Char[] { ',' }); Panel1.Controls.Add(chk); chk.ID=abc[0]; chk.Text=abc[0]; chk.Width=150; chk.Height=50; If Possible give me sample example
-
hai, i want to know how we can do the text moving from right to left in loop as it in the browser i want to do in windows form is there any new controll are how we can do