i am usind VB.NET 2003 i want to get the data from dataset to excel sheet.How to do it.Please help me out.urgent
Mohinder Singh
i am usind VB.NET 2003 i want to get the data from dataset to excel sheet.How to do it.Please help me out.urgent
Mohinder Singh
I am writing two select statements in stored procedure. In front end i am calling this stored procedure and filling the dataset. what will will i have in the dataset.Output of both the select statements or any one. If any one then which select statement will give output to the dataset.
Mohinder Singh
yes i want to change my smtp server
Mohinder Singh
I want to send the mails by using the particular IP. bu default it take local ip but i want it to be changed.
Mohinder Singh
I am using list box but i am not able to get the value of the item selected. and it gives index as -1 everytime.
Mohinder Singh
No these two are same.Dataadapter is used when u want to do insert or update or delete. And if u want the records for reading purpose then it is better to use datareader. Datareader is fast in this case. Datareader directly interacts with the Database. Dataadapter works with the dataset. And dataadapter interacts with the database. and fills the records in the dataset.Dataadapter is used only when you use dataset.And dataaset uses disconnected architecture and datareader does not.This reason makes dataset more useful.
Mohinder Singh
Is there any restriction on the name of the stored procedure. I mean on the length of the sp.What is the max length that a stored procedure can have.
Mohinder Singh
How can i get tab strip in asp.net 2003. PLease tell me.
Mohinder Singh
I want the text that is appearing on the link should open in the explorer but it is not doing that way. Like if www.rediff.com is being displayed then i want this to open in explorer but it opens http://localhost/WebsiteLogix/www.rediff.com Please help me out.
Mohinder Singh
i am working on ASP.NET 2003 1.1
Mohinder Singh
can u send me the code for this.Thanks in advance.
Mohinder Singh
Does ASP.NET 1.1 supports CSS style sheets.If it supports then tell me how to work with it? I have a css file say mohi.css and i have defined some rules for hyperlink. Now how to use it?
Mohinder Singh
Can we use Nested Datalists.If we can then tell me how to do this. I have Four datalist. one is master datalist and rest of the three are going to come under this.I want to Insert three datalist inside this master datalist. And i bind these datalists separately.very urgent
Mohinder Singh
how to set write permission to the particular user.
Mohinder Singh
inner exception: System.NotSupportedException: The given path's format is not supported. at System.Security.Util.StringExpressionSet.CanonicalizePath(String path, Boolean needFullPath) at System.Security.Util.StringExpressionSet.AddExpressions(String[] str, Boolean checkForDuplicates, Boolean needFullPath) at System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAccess access, String[] pathListOrig, Boolean checkForDuplicates, Boolean needFullPath, Boolean copyPathList) at System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath) at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at System.Web.HttpPostedFile.SaveAs(String filename)
Mohinder Singh
it says invalid character.
Mohinder Singh
Complete stacktrace information: at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean isBinderDefault, Assembly caller, Boolean verifyAccess) at System.Reflection.RuntimeMethodInfo.InternalInvoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean verifyAccess) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Reflection.MethodBase.Invoke(Object obj, Object[] parameters) at Microsoft.VisualBasic.CompilerServices.LateBinding.FastCall(Object o, MethodBase method, ParameterInfo[] Parameters, Object[] args, Type objType, IReflect objIReflect) at Microsoft.VisualBasic.CompilerServices.LateBinding.InternalLateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack, Boolean IgnoreReturn) at Microsoft.VisualBasic.CompilerServices.LateBinding.LateCall(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack) at WebsiteLogix.Personal_Resource.Upload_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\WebsiteLogix\Personal Resource.aspx.vb:line 70
Mohinder Singh
i am doing this for uploding the file in the specified directory. But it gives error after the line which i have bolded. Dim SavePath As String = "C:\temp\" If IsNothing(filMyFile.PostedFile) = False Then Try Dim PostedFile = filMyFile.PostedFile Dim FileName As String = PostedFile.FileName Dim ContentType As String = PostedFile.ContentType Dim ContentLength As Integer = PostedFile.ContentLength PostedFile.SaveAs(SavePath & FileName) Message.Text = PostedFile.FileName & "Uploaded" & _ "
Content Type: " & ContentType & _ "
Content Length: " & ContentLength.ToString Catch ex As Exception Message.Text = "Failed To upload File" & ex.Source & ex.Message End Try End If Error msg : mscorlib Exception has been thrown by the target of an envocation. can someone please help me out. Thanks in advance
Mohinder Singh
hi dear i am using asp.net 1.1. i want to combine three fields that i am getting from stored procedure and want the cell to be hyperlink.and when i click i want to pass this as varible in response.redirect tag.How to do it please tell me i need this very urgently. Thanks in advance Regards
Mohinder Singh
I have a datagrid with name "TitleGrid". I am using stored procedure.I am getting three fields in dataset. Now i walt to join these three fields and i want this whole thing to be hyperlink. When i click then i should be able to pass the whole thing as variable in "response.redirect".urgent
Mohinder Singh