Forum: ASP.NET Nov 22nd, 2005 |
| Replies: 4 Views: 3,010 i have a system in a location say A.i have to connect to that sys through the web application. |
Forum: ASP.NET Nov 21st, 2005 |
| Replies: 4 Views: 3,010 i have a sqldatabase in remote local system.from the web i have to connect to local remote system and copy the sqldatabase using dotnet.how to do. |
Forum: ASP.NET Sep 26th, 2005 |
| Replies: 4 Views: 6,251 code
Dim objMessage As New MailMessage
objMessage.From = "from@test.com"
objMessage.To = "test@test.com"
objMessage.Subject =... |
Forum: ASP.NET Sep 23rd, 2005 |
| Replies: 4 Views: 6,251 Hello
Iam sending mail from web page like, enquiry form mail using asp and asp.net.while send the mail i don't have any error.
but the mail does't reach the destination.can some one give me a... |
Forum: ASP.NET Feb 4th, 2005 |
| Replies: 4 Views: 18,913 hello,
is richtext control available in asp.net.where is the control.
how tio use it |
Forum: ASP Jan 27th, 2005 |
| Replies: 8 Views: 6,375 hello
u can get the details of the form submited and store it in the database.
the content of the form can be considerd as mailmessage and send the mail... |
Forum: ASP Jan 25th, 2005 |
| Replies: 8 Views: 6,375 i din't get your question.can u please explain this
"i mean when customer fill product form then information submit in database and also my client receive same informatin in the form of email... |
Forum: ASP Jan 19th, 2005 |
| Replies: 8 Views: 6,375 my server supports cdon't,then what is the problem in the code |
Forum: ASP Jan 17th, 2005 |
| Replies: 8 Views: 6,375 iam sending mail using cdonts in asp
there is no error but the mail is not send.
can some one help me in this.
this is the code
set objMail=Server.CreateObject("CDONTS.NewMail")... |
Forum: ASP Jan 17th, 2005 |
| Replies: 3 Views: 3,192 u can refer www.thecodeproject.com for help.
sample code is provided |
Forum: ASP.NET Jan 17th, 2005 |
| Replies: 4 Views: 4,189 hello,
while uploading a image i have to check whether the same image already exist.
i have to compare the images irrespective of image name.i have to check whether the image look alike |
Forum: ASP Jan 6th, 2005 |
| Replies: 1 Views: 4,788 :( how to change the image after each second in asp.
in case of banner,i have to change the image after one second.
how to do this in asp. |
Forum: ASP.NET Dec 29th, 2004 |
| Replies: 4 Views: 4,189 how to check where the uploaded images already exist in the system |
Forum: JavaScript / DHTML / AJAX Dec 4th, 2004 |
| Replies: 1 Views: 153,047 sample code to validate a web address using javascript
how to validate a web address enterredin a text box |
Forum: JavaScript / DHTML / AJAX Nov 29th, 2004 |
| Replies: 1 Views: 24,176 how to pass a array from asp to javascript |
Forum: JavaScript / DHTML / AJAX Nov 29th, 2004 |
| Replies: 5 Views: 13,317 this the code
from this path how to calculate the image height and width using javascript
Photo path:<input class="Message" id="filePicture" type="file" name="file" runat="server"> |
Forum: JavaScript / DHTML / AJAX Nov 25th, 2004 |
| Replies: 5 Views: 13,317 if the image src is in a text box,then how to calculate width,height,Size of then image |
Forum: JavaScript / DHTML / AJAX Nov 18th, 2004 |
| Replies: 5 Views: 13,317 how to calculate the heigth,width and size of a image using javascript |
Forum: Visual Basic 4 / 5 / 6 Nov 15th, 2004 |
| Replies: 2 Views: 39,333 how to select folder using commondialog in visual basic |