Search Results

Showing results 1 to 40 of 178
Search took 0.01 seconds.
Search: Posts Made By: sbv
Forum: VB.NET Nov 27th, 2008
Replies: 4
Views: 430
Posted By sbv
Oh..ya. thanks for reminding me . I forgotten. :)
Forum: Website Reviews Nov 27th, 2008
Replies: 3
Views: 2,999
Posted By sbv
Akdam MAstta Site :)
Forum: Website Reviews Nov 27th, 2008
Replies: 2
Views: 654
Posted By sbv
Hey.. Its Good. But no validations are used in Contact Us. when i directly clicked on send i got message that email sent. Check it once. Well done. Best luck :)
Forum: VB.NET Nov 27th, 2008
Replies: 4
Views: 430
Posted By sbv
Hi,
Thanks for your help. :) i got the problem. Its was due to database.
Its containing wrong data ( of testing) so i was facing problem.
Forum: VB.NET Nov 27th, 2008
Replies: 9
Views: 1,330
Posted By sbv
Forum: Website Reviews Nov 26th, 2008
Replies: 4
Views: 680
Posted By sbv
Too Good. No words to tell you how much nice it is..
Forum: Website Reviews Nov 26th, 2008
Replies: 4
Views: 662
Posted By sbv
Forum: VB.NET Nov 26th, 2008
Replies: 4
Views: 430
Posted By sbv
Hi Friends!!
I have done a task of Importing excel in SQL server 2000 using Vb.Net 2003. I have provided Import/Overwrite facility to the User here. For this i used a Combobox. I have...
Forum: ASP.NET Nov 26th, 2008
Replies: 2
Views: 517
Posted By sbv
Thanks for your reply. i will check for it.
Forum: VB.NET Nov 26th, 2008
Replies: 9
Views: 1,330
Posted By sbv
Hi, Team64

thanks for your help. But when i am trying with the code you provided here , i got error for the following declaration.


Imports System.Net.Mail

Dim oSMTPCred As...
Forum: VB.NET Nov 25th, 2008
Replies: 9
Views: 1,330
Posted By sbv
HI thanks for your reply.
Now I tried as follows,

Dim CDOSYS As Object
Const cdoSendUsingPickup = 1
Const strPickup = "c:\inetpub\mailroot\pickup"
CDOSYS =...
Forum: VB.NET Nov 25th, 2008
Replies: 9
Views: 1,330
Posted By sbv
Hi
thanks for pointing my mistake. I am using,
1.1 is Visual Studio 2003 (Visual Studio . NET 2003
Forum: ASP.NET Nov 24th, 2008
Replies: 2
Views: 517
Posted By sbv
Hi
I am doing a task of mail sending from different mail id's to different mail id's . I have a domain of rediif. when i am sending mail using my domain id then all mails are sent successfully...
Forum: VB.NET Nov 24th, 2008
Replies: 9
Views: 1,330
Posted By sbv
Hi
i want to send a mail from vb.net 1.0. I have done some code for that as follows.

Try
myMessage = New System.Web.Mail.MailMessage
With myMessage
...
Forum: ASP.NET Nov 22nd, 2008
Replies: 3
Views: 538
Posted By sbv
hi,

this is a link, may anyone in need can see. so posting here..
http://www.systemwebmail.com/faq/1.3.aspx
Forum: ASP.NET Nov 20th, 2008
Replies: 3
Views: 538
Posted By sbv
thanks. actually i want to know that is any domain is needed to send mail?
i done it successfully. but some problems as ..

when i am sending mail "From" domain registered then no problem but...
Forum: ASP.NET Nov 20th, 2008
Replies: 3
Views: 901
Posted By sbv
You need to use ntext data type :)
Forum: ASP.NET Nov 20th, 2008
Replies: 3
Views: 538
Posted By sbv
I want to know requirement for sending mails in asp.net
plz guide Me
Forum: HTML and CSS Oct 1st, 2008
Replies: 4
Views: 1,692
Posted By sbv
I think this is all about css issue. U need to give fixed values in for each item. as width, height, position etc.
It will be use full to solve your problem to any one if u provide your css here. (...
Forum: ASP.NET Oct 1st, 2008
Replies: 2
Views: 572
Posted By sbv
set startup page in your VS and check.
Forum: ASP.NET Oct 1st, 2008
Replies: 2
Views: 606
Posted By sbv
hi

use the site available for that..
one link is here..

http://www.developerfusion.com/tools/convert/csharp-to-vb/
Forum: ASP.NET Oct 1st, 2008
Replies: 1
Views: 1,034
Posted By sbv
Hi,
You can do it from Server side. In Item Bound method you can check for cells values in a Row.
Like, here code by considering there are only two cells in rows

...
Forum: ASP.NET Oct 1st, 2008
Replies: 4
Views: 800
Posted By sbv
Hi,

I am providing one more method..

You can do it on server side if u want. Just do like this in Item Bound of your gird

e.Item.Cells(0).Text =...
Forum: VB.NET Oct 1st, 2008
Replies: 3
Views: 2,146
Posted By sbv
hi gays..

Is my requirement is not clear ? If so then please let me know. But please put your ideas. :) I need Help gays... :(
Forum: ASP.NET Oct 1st, 2008
Replies: 5
Views: 1,011
Posted By sbv
are you talking about .net 1.0 ?
if yes, then that's grate. :)
do you know any link for more information ?
thanks.
Forum: VB.NET Sep 30th, 2008
Replies: 3
Views: 2,146
Posted By sbv
any one interested to tell me what can be done to solve this problem. i just get an idea that run time user will select the column sequence as per his Excel sheet and depending upon that i need to...
Forum: ASP.NET Sep 30th, 2008
Replies: 5
Views: 1,011
Posted By sbv
hi a496761.. thanks for reply.
But i think its not allowed. I created a c#.net project for asp.net and merged a vb.net form in it i.e from another asp.net project. but its giving error. so i think...
Forum: ASP.NET Sep 29th, 2008
Replies: 5
Views: 1,011
Posted By sbv
Hi All,
I want to know that, if i have developed a project using asp.net c# and i also in asp.net and code in vb.net, can i use any form of vb.net code in c#.net without any change?
...
Forum: VB.NET Sep 11th, 2008
Replies: 2
Views: 499
Posted By sbv
Is any other method instead of find and replace...?
Forum: VB.NET Sep 6th, 2008
Replies: 2
Views: 499
Posted By sbv
hi friends.... i solved this by following code.


Dim tmp = Microsoft.VisualBasic.Chr(13)
TxtBody.Text = Strings.Replace(TxtBody.Text, tmp, "<br>")
TxtBody.Text =...
Forum: VB.NET Sep 6th, 2008
Replies: 2
Views: 499
Posted By sbv
hi

i need to get input of mail body in textbox. how can i get it formated in html?
plz guide.

thanks in advance.
Forum: ASP.NET Aug 25th, 2008
Replies: 5
Views: 845
Posted By sbv
just as.. on item bound checked for date value and assigned value.

dg.Items(i).Cells(1).Text = "P"
Forum: ASP.NET Aug 23rd, 2008
Replies: 3
Views: 2,141
Posted By sbv
its may have no proper space. this can be happen. check once. know a silly solution. but it also happens. :)
Forum: ASP.NET Aug 23rd, 2008
Replies: 5
Views: 845
Posted By sbv
yes. but i am assigning this "A" or "P" to cell only.
Its not in my database.
then how can i use group by ?
Forum: ASP.NET Aug 22nd, 2008
Replies: 5
Views: 845
Posted By sbv
hi all

how can i sort my grid in 1.0 version? i am binding data on a click event.
and after that calling a function that alters the second column for values.
for ex. on...
Forum: ASP.NET Aug 21st, 2008
Replies: 8
Views: 4,027
Posted By sbv
hi

i tried this using vb.net.
in my page following files are imported already.

Imports System.IO
Imports System.Data.SqlClient
Imports System.Drawing

for my some other code.
Forum: VB.NET Aug 11th, 2008
Replies: 3
Views: 2,146
Posted By sbv
Hi
i am importing a excel sheets using vb.net. my code is dependent on column sequence.
but its as per user need the sequence is chaning again and again. For that i need to change my code (...
Forum: ASP.NET Jul 21st, 2008
Replies: 1
Views: 397
Posted By sbv
Hi

the situation is, My database is online. On one system i have my asp.net project (as a server). i need to access this site in LAN. Means from anywhere i access site the database is live.
...
Forum: MS SQL Jul 17th, 2008
Replies: 3
Views: 627
Posted By sbv
hi friends :)
for this use "ntext" datatype.
Here u will see 1 bit probl. like u need to insert data from insert query only. and can read from select query. U cant using return all row.. etc. ...
Forum: MS SQL Jul 17th, 2008
Replies: 3
Views: 627
Posted By sbv
hi
i need to store data more than 8000 char in varchar in sql server 2000
how can i? plz help.
Showing results 1 to 40 of 178

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC