Click here to Skip to main content
Page 1 of 2
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 =...
Question 18 Dec 2012   license: CPOL
In my Asp.net website i want to display one message box. I tried System.Windows.Forms;but am getting error message as;Error 2 The type or namespace name 'Windows' does not exist in the namespace 'System' (are you missing an assembly reference?)
Question 18 Dec 2012   license: CPOL
How can i call my javascript function in button click event?In my button event i want to call one javascript function which i have created in scripting side.How can i call it?protected void btnsend_Click(object sender, EventArgs e) { try { } ?
Question 17 Dec 2012   license: CPOL
In my application I would like to send a mail and I am using the below code, but I get the error: Could not send the e-mail - error: Failure sending mail. protected void btnsend_Click(object sender, EventArgs e) { try { MailMessage mailMessage = new...
Answer 13 Dec 2012   license: CPOL
alter user test_pwd identified by new_pass replace old_pass;
Question 13 Dec 2012   license: CPOL
how to change the password of database in plsql developer tool?
Question 12 Dec 2012   license: CPOL
i need to know is there any way to resolve ORA 31011 ,ORA 19202 by changing anything in XML file rather than in DB.
Question 12 Dec 2012   license: CPOL
Windows authentication is Clint side validation or server side validation?
Question 10 Dec 2012   license: CPOL
Can anyone tell me what are the technologies used in asp.net?eg: WCF,WPF etc..so i can prepare one interview is coming.just simply name what are the main technologies?no need t explain..
Question 10 Dec 2012   license: CPOL
I have created one WCF application and deployed that as per the link http://www.aspdotnet-suresh.com/2010/09/publish-or-deploy-website-in-our-local.htmlnow am trying to connect my application with that WCF application, but now am confused what will be the address of that WCF application which...
Question 6 Dec 2012   license: CPOL
I want to know what is the format of WCF pages?Is it .asmx?How can i connect WCF with my application?WCF is another application right?What is the use of it?
Question 5 Dec 2012   license: CPOL
n MVC structure among that three layers(Model-View-Controler) which one is used for data editing (like data tier in three tier architecture)?
Question 4 Dec 2012   license: CPOL
I have written a java program in notepad.how can i compile that?Which format i should use while saving it?Is it possible to run it using command prompt?
Question 4 Dec 2012   license: CPOL
My application is created using ASP.net and the authentication is using Windows authentication.Its confusing me,here they have used WCF for checking user name.Am very new to this WCF.So i just want to know how they are checking the user name and password from WCF application via windows...
Question 4 Dec 2012   license: CPOL
How can i add website in IIS server?while am trying only one option is there.I did Right click-->new-->Virtual directory (only one option)
Question 4 Dec 2012   license: CPOL
I have created one web application in ASP.net which is in 4.0 frame work.now I want to change my application frame work from 4.0 to 2.0.How can i do that?
Question 30 Nov 2012   license: CPOL
Getting confused by LINQActually what is LINQ?is it same as ADO.net?what is the difference?
Question 28 Nov 2012   license: CPOL
i need know how can i count the characters in a textbox. In my application i need to implement that if count is less than 5 show error.How can i count the characters in a textbox?
what is LINQ in C# ? by Kavitha le
Question 28 Nov 2012   license: CPOL
what is LINQ computing?please simply expalin what is LINQ?
Question 19 Nov 2012   license: CPOL
Hi, Am creating one asp.net application. In my application i need to upload different format files (jpeg,woc,pdf etc).How can i do that?Am using oracle as backend. Is it possible to store these items in their on format in database?please provide me the code..
Question 17 Nov 2012   license: CPOL
I have created a web application using ASP.Net its working fine in IE but when i open the same URL in Firefox then the page is getting with misalignment and also that page is not fit to the screen.can anyone suggest a solution?Also now am developing in Win xp , is that application will work...
Question 14 Nov 2012   license: CPOL
Is it possible to create android application using .net?If yes how can i do that??Can anyone give a simple example?
Question 8 Nov 2012   license: CPOL
What is The order of adding 1 to each element in a one dimensional array of integers. please share your thoughts.
Question 6 Nov 2012   license: CPOL
I have some doubts1)Is that JVM (java vertual machine ) and IIS both are similar?2)What is the use of IIS?3)Is that IIS is mandatory in an OS to open webpages?4)Is that JVM is allready there in OS?Plz plz plz simply explain ASAP
IIS
Webserver and Webservice by Kavitha le
Question 23 Oct 2012   license: CPOL
In my project for user authentication checking Username and Password in webservice not in database. I coundnt underestand the concept of this web service .is it same as webserver?How asp.net application conncting with webserver?
WebHandler in ASP.net by Kavitha le
Question 22 Oct 2012   license: CPOL
I would like to know what is a web handler,What is the use of that and also what is .ashx format files?I couldn't find the good explanation in google.Can any one please simply explain this?

Page 1 of 2
1 2


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