Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: priya9826 [x]
Question 13 May 2013   license: CPOL
Hi,I have declared a bool variable and assigning some value to the bool on click of each buttonpublic partial class Exercise : System.Web.UI.Page{ //Variables public string strCourseType = string.Empty; int count=0; bool submitButtonStatus=false; protected...
Question 6 May 2013   license: CPOL
Hi,I developed a project and website.I added the reference of a project to the website.Everything works fine for a little time.Then I have added A new method (example ::Test()) in project and rebuilded the solution and added the latest dll reference to website.But When I am calling this...
Question 2 May 2013   license: CPOL
Hi,I have developed a class Library.In the class Library I have added a new Folder named Student.In the student folder I added three class(.cs) files.If I build the solution it does not throw any errors for me.It has build ed successfully.When I am trying to make use of this class...
Question 24 Apr 2013   license: CPOL
Hi,When I build my project,It shows as "Build succeeded".But when I am running the page,It shows the below error:: Could not load file or assembly 'eWorld.UI' or one of its dependencies. The system cannot find the file specified.Source File: /Athena/Staff/ExamProcess.aspx Line: 2...
Question 22 Apr 2013   license: CPOL
Hi,I am trying to use Asp.Net website configuration tool.I am getting this error in Provider Management ::Could not establish a connection to the database. If you have not yet created the SQL Server database, exit the Web Site Administration tool, use the aspnet_regsql command-line...
Question 2 Apr 2013   license: CPOL
Hi All,I have written the query like this::selectB.PaymentId,B.PayDate--,D.FirstName+' '+D.LastName as PayFrom,case when (B.PayFrom) is Null Then (select G.E_FName+ ' '+G.E_LName from LakesideLabSQL.dbo.tblGuardian G join LakesideLabSQL.dbo.tblUserPayment H on...
Question 1 Apr 2013   license: CPOL
Hi,I am getting this error.How to fix this issue/It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in Iis
Question 28 Mar 2013   license: CPOL
I have two different servers (different ip addresses). They are running IIS. They both have access databases. The first server contains a website. What is the simplest way to use my website to connect to the other server? My goal is to send information to the page which is on the other...
Question 27 Mar 2013   license: CPOL
Hi,I am trying to call the report from .aspx page.Itshowing the error for me like "An error has occurred during report processing. (rsProcessingAborted) Cannot create a connection to datasource 'DataSource'. (rsErrorOpeningConnection) Login Failed for user"Any Thoughts?
Question 26 Mar 2013   license: CPOL
Hi,I have created the .rdl file in visualstudio 2008.Its working fine and deployed these report in Reportserver Manager.I have checked the report in ReportManager locally.That's also absolutely working.I am calling these report from .aspx page.The code looks like below protected void...
Question 19 Mar 2013   license: CPOL
Hi,I need a query to get the data from two tables which are in two different databases.I have the columns like RegId,GaurId,transID,payamount,status,paymethod in table A in database A and having the coloumns like eventid,CAC,Amount,paystatus in table B in Database B.How to union these...
Question 18 Mar 2013   license: CPOL
Hi,I have written the code to print the labels in the button.On clicking of the print button,The labels need to be printed.The print button is working fine in my system and not in other system.Previuosly the print button is working in other systems also.Can anyone help regarding this?
Question 24 Jan 2013   license: CPOL
Hi,I ma trying to create the view in sqlserver.Create view v_testasselect * from TestWhen I run ,its throwing the error like Msg 15135, Level 16, State 8, Procedure sp_addextendedproperty, Line 37Object is invalid. Extended properties are not permitted on 'dbo.v_test', or the...
My vote of 5 by priya9826
Forum Message 16 Jan 2013  
Its very useful.perfect explaination.Thanks a lot!!
Question 3 Jan 2013   license: CPOL
How to open the page in new window by using the only html code.I have written the code like thisABCBut its opening the page in new tab.I dont want like that.The page has to open in new...
Question 3 Jan 2013   license: CPOL
Hi,The code looks like...aspx.cs::--------if (ddl.SelectedIndex == 10) { string url="ABC-2118(10-09).pdf"; Page.ClientScript.RegisterStartupScript(this.GetType(), "open", "OpenWinLIP178("+url+");", true); }.aspx::-------var...
C#
Question 31 Dec 2012   license: CPOL
Hi,The code looks likefunction OpenWin() { var url = "LIP-178(10-09).pdf"; window.open(url, 'LIP', 'height=300,width=750,left=50,center=100,top=50,resizable=yes,scrollbars=yes, toolbars=no, status=no'); } Age/Amount Guidelines LIP-178(10-09)I have written the...
Question 27 Dec 2012   license: CPOL
Hi ,The .aspx page looks like...I have a dropdownlist which contains the value like one,two,three,four,five.one::Two:Three:Four:Five:Six:On selecting the 'four' in the dropdownlist,The page needs to scroll and points the 'Four:' .The functionality will works...
Question 26 Dec 2012   license: CPOL
Hi,I would like to display the data that is relevant to the item clicked in the dropdownlist using C#.For Example,I have a dropdownlist items like General comments and Comments.The page looks like as shown below.On selecting the Comments item in the dropdownlist,The cursor need to points the...
Question 21 Dec 2012   license: CPOL
Hi,I am working remotely.I have keep the breakpoints in my application.The breakpoint is hitting the application.But If I press the F11 key,its not moving to the next line.What are the reasons F11 key is not working in the application.If I press F5 key then the breakpoint is hitting to the...
Question 17 Dec 2012   license: CPOL
I have a datatable which contains the data like three rows and three coloumns.But I would like to populate the only first row second coloumn data to the dropdownlist from datable.I dont want to populate all the data which is in datatable.Can you help?
C#
Question 13 Dec 2012   license: CPOL
Hi,I am working with the xml files.I am trying to convert the xmldatasource to datatable.But I don't know how to do that.Can anyone help me?This is the sample xml file
C#
Question 7 Jun 2011   license: CPOL
public void ShowQueryBranchTATCrossed() { bool vFlag = false; try { rptViewer.Visible = true; //rptViewer.LocalReport.ReportPath="C:/Priya Working...
Question 6 Jun 2011   license: CPOL
.aspx ::public void ShowQueryBranchTATCrossed() { bool vFlag = false; try { rptViewer.Visible = true; ////rptViewer.LocalReport.ReportPath="C:/Priya Working...

Page 1 of 1


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid