Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

vengaqua

@vengaqua
About
Posts
73
Topics
40
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Report
    V vengaqua

    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

    Visual Basic csharp help tutorial

  • stored Procedure
    V vengaqua

    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

    Database database

  • Server IP
    V vengaqua

    yes i want to change my smtp server

    Mohinder Singh

    ASP.NET sysadmin

  • Server IP
    V vengaqua

    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

    ASP.NET sysadmin

  • List box
    V vengaqua

    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

    ASP.NET database

  • what is different between SqlDataAdapter and SqlDataReader?.what is different between SqlDataAdapter and SqlDataReader?.these 2 r different from dataadapter and datareader.
    V vengaqua

    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

    Database question

  • Stored Procedure
    V vengaqua

    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

    Database sharepoint database question

  • Tab Strip
    V vengaqua

    How can i get tab strip in asp.net 2003. PLease tell me.

    Mohinder Singh

    ASP.NET csharp asp-net question

  • HyperLink
    V vengaqua

    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

    ASP.NET com help

  • Datalist display
    V vengaqua

    i am working on ASP.NET 2003 1.1

    Mohinder Singh

    ASP.NET json tutorial

  • Datalist display
    V vengaqua

    can u send me the code for this.Thanks in advance.

    Mohinder Singh

    ASP.NET json tutorial

  • CSS Style Sheet
    V vengaqua

    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

    ASP.NET csharp css asp-net tutorial question

  • Datalist display
    V vengaqua

    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

    ASP.NET json tutorial

  • Upload File
    V vengaqua

    how to set write permission to the particular user.

    Mohinder Singh

    ASP.NET help

  • Upload File
    V vengaqua

    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

    ASP.NET help

  • Upload File
    V vengaqua

    it says invalid character.

    Mohinder Singh

    ASP.NET help

  • Upload File
    V vengaqua

    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

    ASP.NET help

  • Upload File
    V vengaqua

    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

    ASP.NET help

  • Datagrid_ItemCommand problem
    V vengaqua

    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

    ASP.NET help css database

  • datagrid click
    V vengaqua

    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

    ASP.NET database
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups