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


Author filtered by: bapu_reddy [x]
Question 21 Mar 2013   license: CPOL
Hello everyone,I am working with listbox and image controls in silverlight 5. Trying to display a image in image control by selecting a image name in the listbox. Below is the code using in listbox_selection changed event. What could be the reason for this...
Question 19 Mar 2013   license: CPOL
Hello every one,I am running a batch file in wcf service through silverlight button click event.Getting the following exception. I have googled for many sites not getting the proper solution. Even I placed clientaccesspolicy.xml file in root directry as well as in solution folder. What was...
Question 19 Mar 2013   license: CPOL
Hello everyone,I am working with a batch file in wcf service, batch file is executing properly without any exception or error but actual operation is not done ( moving files from one location to another).This is my code in wcf service.public void Downloading() { ...
Question 18 Mar 2013   license: CPOL
Hello all,I am working with silverlight 5 and trying to running a batch file but unable to read through system.diagnostics.process.start().Please help me how can i read a batchfile.
Question 18 Mar 2013   license: CPOL
Hi all,I am working with batch files in windows 7, trying to move file from one location to another through below commands.... but unable to do it.Please help me..This is my code.@echo offpausemove C:\Users\bapureddy.battu\Desktop\Bapu\Created docs\capOne.rtf...
Question 7 Mar 2013   license: CPOL
Hello all,I am novice user to silver light, want to play a video in my application. I have googled many sites and got some solutions but those are not good enough to solve my problem.This is my source code and please help me.Added source video to clientbin folder and accesing directly...
Question 24 Feb 2013   license: CPOL
I am novice to Silverlight technology and started working with liquid menu item example. But couldn't make reference with liquid DLL with my Silverlight application. Please advice me how to do … this and which version of liquid DLL best suits for Siverlight 5. Any help highly appreciated. Thanks...
Answer 12 Feb 2013   license: CPOL
Hello, this is logic to find out prime numbers between 300 to 400.namespace prime_number_series{ class Program { static void Main(string[] args) { for (int i = 300; i
C#
Question 7 Feb 2013   license: CPOL
Hello everyone, I am a novice to web services and wcf so, need clarity in ussage of these services. If we want to develop an application with services then how can we decide whether to use wcf or web services. What factors we need to consider. Please suggest me.
Question 4 Feb 2013   license: CPOL
Hello everyone, What are the benefits of using WCF over ASMX web services?Please give the benefits of using wcf.....Thanks in advance.
C#
Question 1 Feb 2013   license: CPOL
Hello every one, Iam importing data from excel sheet to grid view. Getting this error. This is my code. OleDbConnection connection = new OleDbConnection(@"Provider=Microsoft.Jet.OleDb.4.0;Data Source=D:\ImportSheet.xlsx;Extended Properties=Excel 12.0"); OleDbCommand command =...
C#
Question 1 Feb 2013   license: CPOL
Hello every one, I am getting an error while importing data from excel sheet and binding that data to grid view. Error: Could not find installable ISAM.I think problem is in connection string. This is my code: string path = fileupload.PostedFile.FileName; string strmail =...
Question 30 Jan 2013   license: CPOL
Hi,I am calling a server method from a java script function but it is getting invoke. So what is the problem it is having. Please advise me.This is the script: function servermethod() { var name =...
Web services in .net by bapu_reddy
Question 21 Jan 2013   license: CPOL
Hello every one, What is a web service and why we need?. What is the relation between soap and webservice. Please help me to know about web services.Thanks in advance.
Question 17 Jan 2013   license: CPOL
Hello all, I am working with checklist to find out how many items are selected in the list. So I am using array List to collect the items but unable to display in the label. Please suggest me to do this.ArrayList alist=new ArrayList(); for (int i = 0; i
C#
Answer 17 Jan 2013   license: CPOL
why you are assigning empty value to 'c' you just have to display the resultant value of subtraction i.e, 'C' value in textbox right!. Then do the subtraction then display the c value to the text box.int c = Convert.ToInt16(textBox3.Text);//getting error here i/p string not in correct format...
Answer 16 Jan 2013   license: CPOL
Pass the value datetime.now() value to time. Then it inserts a value along with current time.
Answer 16 Jan 2013   license: CPOL
Hello Prevatt, This link will help u surely. For this purpose we can use cascading drop downs, these are also so-called dependancy drop downs while loading the consequent drop down it wont effect the entire page i.e, updates only the partial page or specific drop down. Try this code...
Answer 9 Jan 2013   license: CPOL
When you are working with master page right click on the page in IE browser from there you can get the id of the control in non-conventional format (unlike regular id) use that id in java script. Follow this process and try sure you will get it. Any doubts ask me.Happy Coding.......
Answer 8 Jan 2013   license: CPOL
Launguage is used to programing to develop applications.Technology is set of programmes to find a new way of solving current systems backlogs.
Question 4 Jan 2013   license: CPOL
Hello all,I am working with merge statement to merge two tables but getting error in syntax. Please help me. Thanks in advance.MERGE INTO MERGE1 AS M1USING (SELECT *FROM MERGE2) AS M2 ONM1.ID=M2.IDAND M1.NAME=M2.NAMEAND M1.SALARY=M2.SALARYAND M1.ADDRESS = M2.ADDRESSWHEN...
Question 4 Jan 2013   license: CPOL
Hello, ASBEGINWITH cte AS ( SELECT row_number () OVER ( PARTITION BY BillofMaterialsId, MasterItemId, MemberItemId, MemberRevisionId ORDER BY BillofMaterialsId DESC ) AS ROW, * FROM BOMDetails_Stg ) DELETE CTE WHERE ROW > 1What this code does...
Question 2 Jan 2013   license: CPOL
Hello every one,Iam using merge statement in sql studio 2008 and getting an error. please suggest me to use merge.SELECT *FROM BAPU2MERGE into bapu1 AS b1using (select ID,VALUE from bapu2) AS b2on b1.id = b2.idwhen matched then updateset b1.value=b2.valuewhen not matched...
Question 28 Dec 2012   license: CPOL
Hi all,I want to find out maximum value in a row. So, Iam using unpivot to find out the max value but it is giving an error. Can any one please help me. Thanks in advance.CREATE TABLE MAXVALUE(ID INT IDENTITY,A INT,B INT,C INT)this is myquery :SELECT MAX(VAL) AS...
Question 22 Dec 2012   license: CPOL
Hello,I want to display image with specific height and width on clicking upload button. I have specified like below but Image is displaying with its original height and width.Can you please suggest me how can I display image with specified height and width.
C#
Question 16 Dec 2012   license: CPOL
Hello all,I want to know what are the different databases available us to use. Let me know the different database systems.
Question 16 Dec 2012   license: CPOL
Hello all, can anybody give the differences between MS Access and Sql server. Thanks in advance.
Question 13 Dec 2012   license: CPOL
I want to split a string 123test$%^ into different parts based on their type. Can any one help me.
Answer 12 Dec 2012   license: CPOL
Use this code, Thanks,Bapu
C#
Question 12 Dec 2012   license: CPOL
This is the user defined function which I have created but unable to execute it. Please help me. Thanks in advance.Table - user_def_fun create function userdefFunction(@Id int,@NormalHours float,@OvertimeHours float)Returns moneyASBeginDeclare @Hourlyrate moneyDeclare...
Question 6 Dec 2012   license: CPOL
Iam writing a stored procedure for insert operation. So, I need to display a confirmation message that record inserted successfully. Any one can help me.
Question 29 Nov 2012   license: CPOL
HI all,Iam applying all the aggregate functions on pivot table. Here is an interesting thing is that when I am using min, max, sum functions then it displaying same result. So, I need to know clearly about pivot table with different aggregate functions. Thanks in advance.
Question 26 Oct 2012   license: CPOL
HI, all I have a drop down control (Fields Names) and a label (Object Name). I want to display the object name based on the field name selected in the drop down.How to display the value in the label using AJAX XML HTTP. Can any one help me.. thanks in advance.
Answer 26 Oct 2012   license: CPOL
Try this, ddlfieldnames.Items.Clear(); ddlfieldnames.Items.Add(calender.SelectedDate.ToString());
C#
Question 18 Oct 2012   license: CPOL
Hi all, I want to hide/show a table in content page based on the button click event in the master page. please suggest me the solution.
Answer 18 Oct 2012   license: CPOL
Try this,DropDownList1.DataSource = dt; DropDownList1.DataTextField = "Name"; DropDownList1.DataValueField = "ID"; DropDownList1.DataBind();
C#
Answer 17 Oct 2012   license: CPOL
try this,ddlselectproject.Items.Insert(0,new ListItem("...select...","0");

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