Search results for query: *

  • Users: skaswani
  • Content: Threads
  • Order by date
  1. S

    merge values with last line in textfile

    Hello to everyone, I am using Vb.net via VS 2010 I have a small issue, my code is like this Dim filename As String = "c:\test\a.txt" Dim i As Integer =5 Dim objWriter As New System.IO.StreamWriter(filename) objWriter.WriteLine("-}$") if i=5 then objWriter.WriteLine("ABC")...
  2. S

    Question GridView CheckBox Enable & Checked

    Dear All, Greetings I am using VS 2010 , VB.net, with SQL Server 2008 & Windows 7 I have a datagrid name as gvBusinessNature2 I want to Checked a CheckBox as well as show as disabled where a bound field is not ?NA? Can you pls help me Thanks <asp:GridView ID="gvBusinessNature2"...
  3. S

    Question Error - Object reference not set to an instance of an object.

    Dear All, I am new to Asp.net and facing some issues while coding: i am using Visual Studio 2010 - Vb.net & Sql Server 2008 Trying to Do : I have a WebForm ("frmLocations.aspx") and User Control ("cltGrids.ascx") User Control has two Data Grids i want to Bind Values to datagrid here is my...
  4. S

    Question Reading Text Files and Storing Values to Database

    Dear All, I am using VS 2010, and i want to read the Text File values and place them into variables This is my code Dim filename As String Me.OpenFileDialog1.FileName = Nothing If Me.OpenFileDialog1.ShowDialog = System.Windows.Forms.DialogResult.OK Then...
  5. S

    Question upload doc/execl/pdf/huge file in to db

    vb.net, sql server 2005 HEllo All i have a code which allow me to upload small files , but doies'nt allow me to upload DOC/PDF/Tiff Files to database i am getting Out of memory. error kindly advise Imports System.IO Imports System.Data Imports System.Data.SqlClient Imports...
  6. S

    no record found check

    hi, can u please tell me how to check NOT RECORD FOUND Check i mean if the record set is empty then a msg box may be shown . thanks i m using vb.net (vs) with sql server 2005 =================================== Public Class Form1 Private Sub Form1_Load(ByVal sender As...
Back
Top