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


Author filtered by: sunil_mali [x]
Answer 13 May 2013   license: CPOL
okk its working now... thanks.
Question 13 May 2013   license: CPOL
Hello all,I am doing validation in my page with javascript.i have one issue here,my javascript is working fine..but even after returning false in javascript it is calling my server side code.ex.
Answer 13 May 2013   license: CPOL
I don't know why it is closed, but seriously i got that error because of not adding jquery library in my page.
Question 12 May 2013   license: CPOL
Somebody please help me to solve this error... sb.AppendLine("$().toastmessage('showToast', {"); sb.AppendLine(" text: '" + Message + "',"); sb.AppendLine(" sticky: true,"); sb.AppendLine(" position: 'top-right',"); sb.AppendLine(" type: 'success',");...
Drop down list item add by sunil_mali
Question 3 May 2013   license: CPOL
hello all,I have a dropdownlist which is filled with data from dataset,now i want to add test -- select -- on the first place, but at the same time i don't want to disturb data which came from my dataset to dropdownlist...please helpThanks in Advance
Forum Message 28 Apr 2013  
Thank you sir....
Sql replication doubts by sunil_mali
Forum Message 25 Apr 2013  
Its a superb link for understanding purpose, but after going through it i had some doubts in my mind, i thought lets just ask and see if somebody can help.. 1. Lets say i am using pull replication
SQL replication doubts by sunil_mali
Question 24 Apr 2013   license: CPOL
Just now i read SQL REPLICATION linkhttp://www.codeproject.com/Articles/215093/Replication-in-MS-SQL-ServerIts a superb link for understanding purpose, but after going through it i had some doubts in my mind, i thought lets just ask and see if somebody can help..1. Lets say i am...
Answer 29 Mar 2013   license: CPOL
writer.Close(); Response.Clear(); Response.AddHeader("content-disposition", "attachment;filename=" + PDF_Name + ".xls"); Response.ContentType = "application/vnd.ms-excel"; Response.BinaryWrite(msReport.ToArray()); ...
Answer 29 Mar 2013   license: CPOL
Your questions looks similar to post of Roy Oliver...please check and revert back....Retrieving the previous page in history instead of the PostBack page[^]if not then have look at this linkNavigate to Previous Page in ASP.NET[^]
Answer 29 Mar 2013   license: CPOL
Hii prasad,They have given this function, but i don't know how to read pdf created by this function by my frame.see it returns pdf object i want to read this pdf object through my frame.See if u can help with this.function CreatePDF() { // create BytescoutPDF object instance ...
Question 29 Mar 2013   license: CPOL
Hi all,I have current requirement where i need to convert images stored on my local machine to pdf and save that pdf in same folder, and i need javascript snippet for that.Please help me with this as i am struggling from so long.If u have solution using Dynamic web twain its ok..i can...
Answer 21 Mar 2013   license: CPOL
You should start using stored procedure,and you should start sending parameters to your stored procedure....It looks like you are not using sp's.
Answer 21 Mar 2013   license: CPOL
Thank you all,Shubham sir and aspnet_regiis sir,With the help of my network administrator i configured smtp on one of our machine.He gave me one ip address and i used it for sending email....its sending emails... no limitations(as if u send it via gmails server u can send only 500 emails...
Question 21 Mar 2013   license: CPOL
Hello all,I was working on project where i had to send emails to the users in my application, i used asp.net code as below public static bool SendEmail(string sender, string password, string receiver, string message, string subject) { try { ...
Question 16 Mar 2013   license: CPOL
Hello all,i have listview with some datait has one label which is returning either true, false or pendingwhat i want is, if it returns trueit should enable radbutton1 which is inside listviewif it returns falseit should enable radbutton2 which is inside listviewif it...
Answer 16 Mar 2013   license: CPOL
SELECT CONVERT(varchar(20),PurchaseDate,108) as Dateuse following query in your codestring qry = "select PurchaseCode from tblPurchasedInfo where VendorCode='" + vcode + "' and BillNo='" + ddlBillNo.SelectedValue + "' and SELECT CONVERT(varchar(20),PurchaseDate,108) as Date='" +...
Answer 8 Mar 2013   license: CPOL
Hii all,For now i am doing same think whatever u said,i am converting my data to excel saving it onto the server and then i am downloading that excel from server by some code.but my problem is, i don't want that excel to be save on the serveras it has several reasons1. If i save it...
Question 8 Mar 2013   license: CPOL
Hello all,I have created application where my sql data is getting converted to excel file, and i am doing this by using microsoft.interop.excel, but i am having issues while downloading this excel on client side. I trid Microsoft's workbook.SaveAs() function but this function is saving file...
Question 5 Mar 2013   license: CPOL
Hi all,I have select statement asselect EmpName from Employeeit returns output asEmpNameSUNILMAHESHAJAYVIJAYif i do it likeselect EmpName from Employee where EmpName='SU'it returnsEmpNamewith Empty valuesbecause this SU is not present in databasei want my...
SQL
Question 5 Mar 2013   license: CPOL
Hi,I have requirement where if two users logged in with same userid and password from two different machines at the same time then it should not allow second user to get into the system. It means only one user can login at one time from one machine.Thanks in advance.
Question 2 Mar 2013   license: CPOL
Hello all,I want to create function with parameter in sqlmy function should look something like thisfunction fun(int EmpId){return status;}i have select statement which needs status came from this function for all employeesselect EmpId,EmpName,PhoneNo,fun(EmpId) from...
SQL
Convert Image to Stream by sunil_mali
Question 14 Feb 2013   license: CPOL
I want to convert image to stream and pass it as parameter to other function please help me with this...thanks in advance
Answer 8 Feb 2013   license: CPOL
Yes its very easy.... create stored procedure with following select statementselect * from tablename where Date=@Dateand pass your text box date as parameter from your codei hope your understood...
Answer 4 Feb 2013   license: CPOL
body{ background-image: url('image.jpg');}put this inside your style of your pageand also keep some good image in images folder with same name
Answer 4 Feb 2013   license: CPOL
Hi,Its Very Simplectrl+shift+a Add new item select Stylesheetadd below code to your style sheetbody{ background-image: url('../Images/forrest_guitar_2-wallpaper-2400x1350.jpg');}give reference of style sheet in master page
Answer 15 Jan 2013   license: CPOL
ha ha... finally i found it...i used jquery to retrieve my data.... Calling Web Service from jQuery ...
Question 13 Jan 2013   license: CPOL
Hi everybody,I have one requirement where i have to stop session timeout for some pages of my application.this is what i am currently using now but this is not good for my website, as it will keep this session time for my entire website. i want to keep it only for some pages.i...
Question 12 Dec 2012   license: CPOL
Hiii, I want to call web service from (javascript html) code, i tried lots of links,but its not working in my case, i have a very simple web service running on http://wsjs.sudesi.in/WebService.asmx[^] which return hello world. if somebody can use same link and give me output using...
Question 7 Dec 2012   license: CPOL
HiiI have asp.net image control on my page. I want to save image from image control on server. I have already seen Save image to a folder from an asp:Image control[^]andhttp://stackoverflow.com/questions/8374284/save-image-from-image-control-to-website-directory[^]problem...
Answer 5 Dec 2012   license: CPOL
It looks like your question is tough but answer is easy...i will tell you steps see if it works for youuse html frameset example1. create frames in your first html page.2. give src of frame to your second html page which will have pdf document.i hope it will definately work for you...
Question 5 Dec 2012   license: CPOL
Hello sir, I have one requirement where i need to compress my image and post it onto the server. but it should send only compressed image to server not the real one. so obviously our asp.net code will not work as it will take actuall image on server and then it will compress. I need...

Page 1 of 1


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