« first day (159 days earlier)      last day (272 days later) » 

8:35 AM
@Signare are using proper mail address format
see if this can help you: stackoverflow.com/questions/5042309/…
as i haven't still face this issue in send mail
no, still not
my send mail function is properly placing the mail in Inbox
i given you the link
isn't that helpful
ys i have the sample but I dnt knw what approch you are following
ok,
have you set all ur parameter to config
like username, password of ur smtp server
no
am giving you here only
wait
 
hi @neha
 
@Archana hii
 
i need some help in sql server
Whwn I am using server databse that will give me following error
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
i search a lot on thi
s
 
find the code
 
This error means Problem in database server connection
 
8:49 AM
here
@Archana ys
@Signare got that??
ok
@Signare ur welcome
 
but our client say that all database related things are configerd correctly
so how cn i get specific prob
 
either ur server is not working
or check ur connection string
 
okai
let me chk once again all things where i am wrong
 
@Archana hmm
 
9:03 AM
hi @Neha
 
@karthys hi
 
how r u? @Neha
 
@karthys am good
hw abt u
 
ya....... very fine......@Neha
 
@karthys good
 
9:08 AM
@neha
Hi
 
@Neha hi just giv one vote for this address ya......
my boss child @Neha
 
@Archana ?
 
@Neha
?
 
@karthys wat
 
r u free?
@Neha
 
9:13 AM
@karthys -not exactly
doin my work
u say
whats prob
 
no problem....... @Neha
just my boss child photo hav one url
 
@karthys so learning completed
 
no no.......now started.........
hi @Neha any other concept tel me in dot net i wil try
 
@karthys WCF
webservices,
linq
 
u hav any link for references..... @Neha
 
9:16 AM
@karthys there r so many, only need sum1 to learn
@karthys u r learning na, do some google & if stuck, I am here to help
 
@Neha Hi
 
@Neha thanks dear
 
@BallCutter hello
 
WCF?
 
now i start learning via google and also with ur help.........
@Neha
 
9:18 AM
last time issue i hvnt solve yet
 
hai @BallCutter
 
hai
@karthys hai
 
@BallCutter ??
 
0
Q: ASPxGridView that work with wcf dataservice( SetEntitySetPageSize)

BallCutterI have an ASPxGridView displaying data stored in a large database and accessed via a WCF service had SetEntitySetPageSize(,10) I have bound the ASPxGridView to an objectdatasource but i found out that it does not support filtering ,grouping. I also tried with WcfServerModeSource, It work fine wit...

feel wanna cry already
 
@BallCutter :D
 
9:20 AM
i gain >Tumbleweed badge by this question
T^T
 
@BallCutter ok, giv me one more day tonight I ll go through this
 
Thankyou Neha
 
@Neha wcf used for communication purpose? or what?
@Neha
 
@karthys ya
 
@Neha k ya......
 
9:27 AM
@karthys actually it is much more than this communication word
wen u go through u ll get familier
 
hi neha
 
this above mention link is i studying ....... its useful?
 
@Archana done?
 
@Neha
 
9:29 AM
I hd chk all things all r ri8 frm my side like connection string
but still getting
error
 
@karthys if u r doin from base then no,
@Archana get innerException
 
@Neha this link i s ok?
 
@neha get error like A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
not inner exeption
 
9:50 AM
@Neha wcf is basic concept? for beginnersl???????
 
@karthys no
@Archana there then might b with ur code only see where u have specified on each place the conn string where u r using con.open
 
@Neha i need basics ya.......... bcoz i very beginner in .net domain.....
 
10:05 AM
@karthys go for curd operation
;p
 
10:20 AM
@Neha Good Afternoon
 
@Vinod GA
 
Do u know hw to convert pdf to jpg in c#
@Neha
 
no
 
ok
 
k @Neha
 
11:10 AM
@Neha
 
@karthys ys
 
when i run the application i found this error
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0246: The type or namespace name 'SqlConnection' could not be found (are you missing a using directive or an assembly reference?)

Source Error:



Line 11: public class DbProducts
Line 12: {
Line 13: SqlConnection _con = new SqlConnection
Line 14: (ConfigurationManager.ConnectionStrings[1].ConnectionString);
@Neha
 
SqlConnection
add reference
 
now i'm learning from this link
oh k
i already connected wid sql server 2005
@Neha
 
@karthys on page
Using System.Data.SqlClient;
 
11:14 AM
ya k frnd
@Neha
 
 
2 hours later…
12:56 PM
@Archana
hi
 
 
1 hour later…
2:21 PM
HI This is srinath
I am getting exception in ssrs 2008
'examid' parameter is missing a value
but i am sending in my code as below
try
{
string str = "";
string ExamID = string.Empty;
ExamID = ddlTestList.SelectedValue;
if (this.Session["UserID"] != null)
str = Convert.ToString(this.Session["UserID"]);
this.rptViewer.ServerReport.ReportServerUrl = new Uri(ConfigurationManager.AppSettings["ReportServerURL"]);
this.rptViewer.ServerReport.ReportPath = "/" + ConfigurationManager.AppSettings["ReportServerFolder"] + "/StudentComparisonFreeTest";
this.rptViewer.ProcessingMode = ProcessingMode.Remote;
ReportParameter[] reportParameterArray = new ReportParameter[2] { new ReportParameter("StudentID", str), new ReportParameter("E
Please any one can help
 

« first day (159 days earlier)      last day (272 days later) »