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


Author filtered by: Member 9501115 [x]
Answer 8 May 2013   license: CPOL
http://stackoverflow.com/questions/14653065/what-is-difference-between-session-cache-and-profile-in-asp-net[^]
Answer 8 May 2013   license: CPOL
After doing R&D i felt Caching the data is the best way for filtering the data which in turn increase performance and speed of a web page.... As per the Study Data Cache can hold the DataSet object... ASP.NET CachingHope it will works fine
Question 8 May 2013   license: CPOL
HI,,, I have a Customer details table with a grid in a form which displays more than 10k records and i have filter options based on the Booking dates and State or Citywise or the country. Whenever i will change the Criteria for selection,it might be dates or city or state , the Grid going...
Question 30 Apr 2013   license: CPOL
Hi Friends,,, I have created a website which includes 6 to 8 different modules(pages). I want to set the access rights to the particular where they are limited to particular modules(pages). For the Admin user he can see the modules including user Rights Management module. But the normal user...
Question 26 Apr 2013   license: CPOL
Hi ,how to get number of mails sending in smtp.SendAsync() in C#.I want update my progress bar.Please help
C#
Question 24 Apr 2013   license: CPOL
HI,I am running an exe(SBM Mail.exe which is C# windows apps). But at the same time before Form Load event i want to check whether SBM Mail.exe is been already running or not. If running and it is active means it should not allow another process of same name(i.e.,SBM Mail.exe).Also i...
Answer 23 Apr 2013   license: CPOL
This file might be a .exe file. Gmail or Most of smtp does not allow to send Executuble files. Gmail Allows Upto 25 Mb of Files. Ref: https://support.google.com/mail/answer/6584?hl=en
Question 23 Apr 2013   license: CPOL
Hi,I am able to send a file of 10kb but unable to send 385kb file.My question is there any size limit with SMTP server.If true then how to overcome.Please help ...Note: I am using smtpServer.SendAsync(objMail, "Send"); Thanks
Question 16 Apr 2013   license: CPOL
HI,, I want to see the progress bar or a count of mail's which have sent successfully to the recipients . I am using SendAsync() method to send bulk mails.Anyone please help me in this regard...
C#
Question 16 Apr 2013   license: CPOL
Hi , I want to send bulk mails(more than 100/day). When i am using smtpServer.SendAsync() method then i am getting an error : System.Net.Mail.SmtpClient:An asynchronous call is already in progress At the same time i need STOP button where i can stop the mails being...
C#
Question 15 Apr 2013   license: CPOL
HI Friend,I am running more than 10 threads at once. I want to perform an operation only when thread1 is completes its job. Again thread 3 has to wait until thread 2 finishes.... again same will happen one by one.Can anyone suggest me how can i do this....I just made use of...
Question 30 Mar 2013   license: CPOL
Hi,We are sending more than 130 mails per day....Can anybody explain the best method to send bulk mailing without disclosing other recipients mail id's.... like BCC..Please explain
C#
Question 30 Mar 2013   license: CPOL
hi,,,How to get attached or selected files into a textbox using OpenFileDialog control...?I tried this code.. FileAttachtxt.Text =openFileDialog1.SafeFileNames.ToString();but returning an array...
Question 28 Mar 2013   license: CPOL
HI friends,,,,I am counting total customers in a state using Subscription date in SQL SERVER 2000 or MSDE.select state,count(*) as Total from custdetail where active='T' and convert(varchar(20),startdate,103) between convert(varchar(20),'1/12/2005',103) and...
Question 27 Mar 2013   license: CPOL
Hi friends,How can able to send a mail with any kind of service providers. I don't want to restrict the Customer with only Gmail.Kindly help me......
C#
Question 27 Mar 2013   license: CPOL
i M Error Error: Cannot open SQL SERVER 20599 while running crystal report
Question 24 Mar 2013   license: CPOL
Hello friends, I have table called Customer and filed names are 1. CName 2. Contact1 3. Contact2By mistakenly we have entered two contact numbers in Contact1 column with a "/" separator. Ex: CName Contact1 Contact2...
SQL
Question 19 Mar 2013   license: CPOL
HI Friends,,,, I have created a folder in my Yahoo small business web hosting server and i copied MS Access database in it. Now i want to update some tables from database. I tried with C# windows application with connection string but it's giving error:" Not a valid File ". my...
Question 18 Mar 2013   license: CPOL
Hi friends,,,,I have a table called CallRegister and we are maintaining all the Call records in it.As a admin i can see all the call records but i don't want my executives can see all the records. They can see only their records which they have entered into software.I have a...
SQL
Question 14 Mar 2013   license: CPOL
Hi, i want to display all the dates starting from '1/1/2000' to '1/12/2020' in sql or ms access.
Question 14 Mar 2013   license: CPOL
Hi, i have a table called testtb In testtb table, id and desc are two the columns. id desc 1 val(5679) from cdetail 2 val(idsk) from exide Now i want to replace the val(5679) with cast(5679 as int) progmatically using SQL. same thing...
Answer 11 Mar 2013   license: CPOL
private void button1_Click(object sender, EventArgs e) { foreach (Control c in this.Controls) { c.Font = new Font(c.Font,c.Font.Style|FontStyle.Bold); } }
C#
Question 10 Mar 2013   license: CPOL
HI friends,,,,How to change the color and size of all fonts in a single click(Button) in Windows Application.....
C#
Question 10 Mar 2013   license: CPOL
Hi... i m getting this(Attribute DllImport is not valid on this declaration type. It is only valid on method declarations) error after calling a dll....please see following codeusing System;using System.Collections.Generic;using System.ComponentModel;using...
C#
Question 9 Mar 2013   license: CPOL
hi,Anybody knows how to turn on Scroll lock button ON programttically
Question 28 Feb 2013   license: CPOL
Hi,I need some ASP.NET projects which include grid operations mainly. Please anyone can send me the link
Question 26 Feb 2013   license: CPOL
Hi,, What are the free databases available for web hosting. I know MySql is free source. But somebody told me that Sql Express also the free one. Please clarify me
Question 26 Feb 2013   license: CPOL
HI,,, Can anyone knows how to create user-defined functions in MS SQL.For Ex: I need a function called addr(string cname) which can take the input string and return some kind of string. Thank You....
Question 24 Feb 2013   license: CPOL
Hi,,, I am a programmer working on a tool which is almost SQL coding and some commands for the tool. But i wanted to work on C# and ASP.NET projects, for that i need some programming tasks which have been asked in interview.please send me some tasks for c# and asp.net..Thanks
Question 20 Feb 2013   license: CPOL
Hi Friends,I have created a C# window based project with Sql SERVER 2005 database. Now i want to install it to client system. Do i need to install vs2008 and sql server 2005 ....? Please suggestion me in detail...Thanks..
C#
Question 18 Feb 2013   license: CPOL
HI Friends,,, My requirement is 1. In a year we will give a free services for 2 times or 3 times or 4 times based on plan they have paid. It's like a preventive maintenance. If customer select 3 services in a year i will add the dates as below Name ...
Question 17 Feb 2013   license: CPOL
How to fetch records from the database to crystal report which is in Ascending wise.At present i m getting reports like below code Name 175 Sunil 182 pk 56 Anil 172 ravi ...
Question 3 Feb 2013   license: CPOL
HI Friends ,Where do i get the Crystal report 8.5 runtime Software...?please send me a link
Question 27 Jan 2013   license: CPOL
Hi Friends,,How to display an image in gridview from database which is in Binary format..?i am using MySql database
Question 21 Jan 2013   license: CPOL
Hi Friends,,How to create a stored procedure in MySql which doesn't take any parameters.I tried following code:Create procedure loadGrid()asbegin select *from custdetailsend but i m getting error..Query : CREATE PROCEDURE custdetailLoad() BEGIN SELECT *FROM...
Question 21 Jan 2013   license: CPOL
Hi Friends,,,How to get a gap between labels while exporting data from crystal to word....?In crystal report i am getting a gap between labels but after exporting the same to word the gap is not coming...Anybody please help..I am using Crystal report 8.5
Question 17 Jan 2013   license: CPOL
Hi ,How do get the namespace MySql.Data.MysqlClient in vs2008 ..I am new to Mysql...
Question 17 Jan 2013   license: CPOL
HI Friends,How to upload a photo to an aspx form and displaying it at the same time before saving the photo to the database....?Using ajax or any control,please give me a solution.
Question 9 Jan 2013   license: CPOL
Hi Friend,,I have created a label report having fields cname,oname,addr1,addr2,addr3,city,state.It's likePraveenHardware Shop#34/1,Near Ram Mandir3rd blockRajaji NagarmanipalKarnatakaMy question is if addr2 filed('3rd block') is blank, then the addr3 has to come up...
Question 4 Jan 2013   license: CPOL
I copied installed files of Tally7.2 from xp system to another laptop which is window7 os.But i am not able to open the software,it suddenly closing.please suggest me
Question 24 Dec 2012   license: CPOL
Hi Friends,,,,what are the Installer i need to install to the client for executing Portable exe file creating by C# windows applications... I tried to installed .Net Framework 4.0 but its not supporting windows xp2....Please help me
C#
Question 23 Dec 2012   license: CPOL
HI Friends,,,How to use progress bar while filling data from DataAdapter to Dataset..Here is my code.. OleDbCommand cmd = new OleDbCommand(" Some Query ", con); OleDbDataAdapter da = new OleDbDataAdapter(cmd); DataSet ds = new...
C#
Question 21 Dec 2012   license: CPOL
Hi friends,I have a MS Access database and i m working on two tables which include the fields Customer name and Booking date from CustomerMaster and PMReg table.I want to display only those customer names who are not in PMReg table.Note: In both table customer names exists.My query...
Question 18 Dec 2012   license: CPOL
Dear Friends,,,How to dynamically or Pro grammatically create fields for a Crystal report using ASP.NET or C#.... I am passing login details in the code itself. CrystalReport1 report = new CrystalReport1(); report.SetDatabaseLogon("","","","C:\\Documents and...
Question 18 Dec 2012   license: CPOL
Dear Friends,I have created a window based application to get dates(From Date and To Date) which compares the Booking Date from the database and result will be displayed on Crystal report Viewer. I created an exe file of it and tried to execute on Command Prompt. But i am not getting...
Question 17 Dec 2012   license: CPOL
Hi Friends,,,How to add new rows to a gridview ?
Question 17 Dec 2012   license: CPOL
HI Friends,,I am developing a webpage,in that contact us page is there. I designed a contact us form which include person name,email address and inquiry details. I know HTML is static page but is there any possible to send a mail through HTML page. Kindly please let me know....
Question 12 Dec 2012   license: CPOL
HI.. I am not getting the meaning of content page in asp.net. Please anyone can help me to understand and how it is linked with master pages. . .?Please help me
Question 11 Dec 2012   license: CPOL
Hi,I am using MS Access database and below is the query I am using, but it taking too much of time (5min) to retrieve the data.Please check and give some suggestions.select distinct (a.customer) from customermaster as a,PMRegister as b where a.active='T' and a.sectorName='Jayanagar'...
Question 10 Dec 2012   license: CPOL
HI,, I have a crystal report file which is label format. I want to check the property of that label report means the height ,width,margin,,,etc.Please help me..I am using Crystal report 8.5 software..

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