I have a dataview object and I want to apply rowfilter to it. How to use the 'IN' operator in rowfilter, to access multiple rows. aasstt
aasstt
Posts
-
Filter a DataView -
Data grid controlHow to acess textbox which is in template of datagrid control
-
Mutiple projects in single solutionIf there are multiple projects in a single solution, then how to access a function from one project in another project? aasstt
-
Multiple projects in 1 solutionIf there are multiple projects in a single solution, then how to access a function from one project in another project. aasstt
-
Hyperlink column in datagridIn datagid there is a hyperlink column. I want to open a gif file in internet explorer, by clicking on this hyperlink column aasstt
-
Send mailI am unable to send mail using CDOSYS. My code is as follows: - MailMessage msgPsw = new MailMessage(); string strBody = "How r u"; msgPsw.To = "abc@yahoo.com"; msgPsw.From = "aasstt@vsnl.com"; msgPsw.Cc = strDbMailID; msgPsw.Subject = "Hi"; msgPsw.Body = strBody; msgPsw.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtserver", "server IP address"); msgPsw.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "1"); msgPsw.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendserverport", "25"); msgPsw.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendusername", "username"); msgPsw.Fields.Add("http://schemas.microsoft.com/cdo/configuration/sendpassword", "password"); try { SmtpMail.Send(msgPsw); } catch(System.Web.HttpException ehttp) { string strError = ehttp.Message + "" + ehttp.ToString(); LabelErr.Text = strError ; } Can somebody please help me aasstt
-
Serial Port interruptMy application is reading data from serial port. But the data may arrive at any random time. So i want to interrupt the application when data arrives on the serial port. Can anybody suggest me some solution to this problem. aasstt
-
RecordSet is read onlyI have added a MFC class with the template selected as MFC ODBC consumer, in my project. The project is using an Access database. But when I insert a record in the database using AddNew() its giving me the error that "Recordset is read only". Can anybody help me. aasstt
-
Resolution of a bitmap in a .bmp fileI have created the bitmap and then written that bitmap using the WriteDIB function(which I have downloaded from codeproject)in a .bmp file. aasstt
-
Resolution of a bitmap in a .bmp fileI have created a compatible DC(MemDC) of the printer DC. Then MemDC->SelectObject(bitmap) Then whatever I draw on the screen is drawn in memory. and then I have Converted this bitmap from DDB to DIB. Then I have written this DIB in a .bmp file. but when I open this file in Paint & give its print its resolution is not good i.e it is not appearing as a smooth image but an image with steps in it. aasstt
-
Resolution of a bitmap in a .bmp fileI have created a compatible DC of the printer DC and then I have Converted DDB to DIB. Then I have written this DIB in a .bmp file. but when I open this file in Paint & give its print its resolution is not good. aasstt
-
Resolution of a bitmap in a .bmp fileHow to improve the resolution of a bitmap in a .bmp file. When I print the bitmap, its resolution is not good. Can anyone suggest me some code to improve its resolution??? aasstt
-
Quality of FAXI am sending the FAX using the FAX API FaxSendDocument(). It works fine. But the quality of the sent FAX is not good. How can I improve its quality i.e how can I improve the resolution. aasstt
-
FAX in landscapeCan anybody tell me how to send a FAX in landscape mode using the FaxSendDocument API. aasstt
-
Sending Fax using the FaxSendDocuemnt APII am getting an error as transmission error while sending FAX using the FaxSendDocument() API. Can anybody tell me what may be going wrong. Thanks aasstt
-
FAX through windows APII am working on windows 2000. I want to send FAX from my PC using the SendFaxDocument() API. For this should use a dial-up connection & if Yes, how? aasstt
-
Send FAXWhere can I get the winfax.h & winfax.lib files for sending the FAX using the FAX API. aasstt
-
Query string to modal window.How to pass a query string to a modal window? Please suggest the code which is not in java. aasstt
-
Closing a windowI have tried the code suggessted by you but still there is the same problem. aasstt
-
Closing a windowI have a problem that when I close a modal window on web forms button click, a new modeless window is opened with the same form loaded on it. Please help me. aasstt