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


Author filtered by: Kavitha le [x]
Question 13 May 2013   license: CPOL
In my code am getting following error.ORA-06550: line 1, column 7:PLS-00306: wrong number or types of arguments in call to 'SAVE_DATA'ORA-06550: line 1, column 7:PL/SQL: Statement ignoredWhat will be the reason for this?code am using is, List listparamters =...
Question 6 May 2013   license: CPOL
In my new project they have used one code likestring A = System.Configuration.ConfigurationManager.AppSettings["CheckPassword"];What is the use of this code? why the are using this?What could be the use of this code?
Question 26 Mar 2013   license: CPOL
I wanna add one link in my asp page. While clicking on page it should open one pdf file in new tabHow can i do this?Please help me
Question 13 Mar 2013   license: CPOL
I want to export data in to excel from grid. My grid contains image.Am using the following code, private void CreateXL() { Response.Clear(); Response.AddHeader("content-disposition", "attachment;filename=xxxxxxxt.xls"); Response.Charset = ""; ...
Question 12 Mar 2013   license: CPOL
Hi, I want to show one image inside my datatable. Am using code, dr = dt.newrow(); dr[0]= dt.addrow(dr);How can i do this?Here am checking some values, For example the value in any cell is greater than 50 the it should show one...
Question 10 Mar 2013   license: CPOL
I need to show some values which i got from Database in my grid as below,Name ScoreMaths ScorePhysicsA 1 5B 2 6C 3 7D 4 8So i added new...
Question 7 Mar 2013   license: CPOL
I want to remove duplicate values from my gird row. For that am checking each row with the next row.If any match is there then it should remove that rowam using below code for removing row,Gridview1.DataSource=dt;GridView1.DataBind();If(//here am checking rows if any match found it...
Question 5 Mar 2013   license: CPOL
How can i sove th error :Cannot find table 0.? what could be the reason?getting error in this code,DataSet xxx= new DataSet();dt = xx.Tables[0].DefaultView.ToTable(true, "Fieldname"); Please help me.A big thanks in advance
Question 4 Mar 2013   license: CPOL
I want to check the values in grid row one by one.How can i do that?My grid contains one row and am adding rows using dr.add row but i need to check the each values in row for validation(Avoiding duplicate values)How can i avoid duplicate values?please share your logic and knowledge
Question 4 Mar 2013   license: CPOL
I want to generate columns in a grid dynamically, i used grid.addcolumn property but My code is throwing error like "Column name already exists". The error is because the procedure which am usingin database returning same values. I can't use 'distinct' in my procedure because the procedure...
Question 4 Mar 2013   license: CPOL
Am using one procedure to display search result. But the search result returning same values but i want to show it only once in my grid.Consider, Procedure returnsColumn AAAABCCand i want to show it in grid like,ColumnABCProcedure is correct but i need to filter...
Question 3 Mar 2013   license: CPOL
Am using one procedure to retrieve data.The result contains two fields, lets consider Column A and Column Bnow out put looks like,Column A Column BA XB XC XB ...
Question 26 Feb 2013   license: CPOL
I want to create columns in grid dynamically in my project, The grid should display search result.In search criteria am passing some IDs.If i pass 12 ids it should generate 12 coloumns if i pass 10 it should generate 10 columnsHow can i do this?Share your logic.
Question 6 Feb 2013   license: CPOL
in my application am usingxxxxxxxbut i want to adjust the width of the too.so how can i do that here? i already used style tag?how can i give two attributes?
Question 4 Feb 2013   license: CPOL
Hi in my new project we are using dynamic and static sql (inside procedure). but still i dont know what is the difference?What is the use of Dynamic sql? Both case we are passing parameters from front end then why this dyanmic query ?where is the use?
Answer 24 Jan 2013   license: CPOL
Check that any where they are using ('') if yes remove that instead of commenting.
Question 23 Jan 2013   license: CPOL
In my project i had to create one duplicate page for one page(aspx). So i copied the entire page (both aspx and aspx.cs files) .In my new duplicate i had to remove one textbox (textbox1)so i removed it but nw am getting error that 'The name textbox1 does not exist in the current context'. Here...
Question 16 Jan 2013   license: CPOL
In my project i want to submit the code which i did in my local to TFS server.I connected with TFS (Team->Connect with team foundation server) now how can i submit my code to TFS?Also let me know how can i take latest code from TFS?It is urgent for me please help.
Question 15 Jan 2013   license: CPOL
I have installed the plsql developer tool.But while am trying to open it as usual its asking for password,user name,data base name. But i dont know which pass word and user name i should give.Can any one help me how can i use this tool?What are the software i have to install other than...
Question 7 Jan 2013   license: CPOL
I want a SQL/PLSQL query to find the third highest value for a field (EX:Salary) from my table.
Question 4 Jan 2013   license: CPOL
What is the meaning of Text=''.What is the difference between'> and??
Answer 18 Dec 2012   license: CPOL
This is possible in web forms try this below code, Message.show("");but first add using System.Windows.Forms;it will work.
Question 18 Dec 2012   license: CPOL
In my application I would like to send a mail and I am using the below code,protected void SendMail() { // Gmail Address from where you send the mail var fromAddress = "xxxxx@gmail.com"; // any address where the email will be sending var toAddress =...

Page 1 of 3
1 2 3


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