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
S

SayreCC

@SayreCC
About
Posts
79
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • file upload
    S SayreCC

    Hi Madhukk, Please visit this site. http://www.aspsnippets.com/post/2009/02/21/Display-Images-from-Database-using-ASPNet.aspx

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    ASP.NET database graphics question

  • use linq
    S SayreCC

    Hi, try to add new item then choose datacontext file.

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    LINQ csharp linq

  • DataGridView does not update after linq insert. [modified]
    S SayreCC

    Hi, after youve save/insert a data you can call again your loading grid procedure.

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    LINQ tutorial csharp css database linq

  • reading data from biomatrix
    S SayreCC

    Hi, theres so many way to read that data using many programming language. What programming language you will use?

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    ASP.NET question

  • connection string
    S SayreCC

    Hi, try to check again your connstring: www.connectionstrings.com

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    ASP.NET help database

  • GridView - PageIndexChanging not handled
    S SayreCC

    Hi try this in your pageindexchanging event gridview.pageindex = e.newpageindex String selectCommand = "select top 1000 claimid, formtype, status, totalpaid, paiddate from claim"; SqlDataAdapter ad = new SqlDataAdapter(selectCommand, SqlDataSource1.ConnectionString); DataTable dt = new DataTable(); ad.Fill(dt); GridView1.DataSource = dt; GridView1.DataBind();

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    ASP.NET help question workspace

  • change name of c# application
    S SayreCC

    Hi, try to rebuild your project.

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    C# csharp

  • LINQ, ERM [modified]
    S SayreCC

    Hi, try this www.codeinlinq.blogspot.com

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    LINQ csharp database linq question

  • linq query group by
    S SayreCC

    Hi, base on your example on how to group by in linq. if your using C# try my example: YOURDATACONTEXT DCDC = NEW YOURDATACONTEXT(); var q = from sai in DCDC.GetTable<YOURTABLENAME>(); group sai by sai.name into sayre                  select new { Name = sayre.name, }; textbox1.text   = q.Name;

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    LINQ csharp database linq help

  • Connectivity in ASP.Net 3.5
    S SayreCC

    Hi, you can visit www.connectionstrings.com. Or in your tools menu (VS2008) you can select Connect to Database.

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    LINQ csharp asp-net database

  • Linq to Entity - SQL NOT IN
    S SayreCC

    Hi, you can visit www.codeinlinq.blogspot.com

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    LINQ database csharp linq tutorial

  • LINQ, ERM [modified]
    S SayreCC

    Hi, its depends on you, because many developers want to use ADO.NET , but me I want to use ORM most of all linq to sql.

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    LINQ csharp database linq question

  • How to get the values into the textbox using datareader in asp.net
    S SayreCC

    Hi, try this textbox1.text = rdr["fieldname"].tostring();

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    ASP.NET database csharp asp-net com help

  • sorting in gridview using linq.........
    S SayreCC

    Hi, base one your code: protected void BindGrid() {   try   {      var employees = from e in DetailContext.Employees select new {e.Emp_Id,         e.Emp_Code, e.F_Name, e.L_Name, e.Designation };      GridView1.DataSource = employees;      GridView1.DataBind();                        }   catch (Exception ex)   {      throw ex;   } } you can add this from e in DetailContext.Employees orderby [columnfield] descending

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    LINQ help csharp linq algorithms

  • Connectivity in ASP.Net 3.5
    S SayreCC

    Hi, visit this www.connectionstrings.com hope this one can help.

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    LINQ csharp asp-net database

  • counting rows
    S SayreCC

    Hi, try this if you have datatable with data from your database if datatable.rows.count > 0 then dim couns as integert = datatable.rows.count endif or in your query: select count(*) from your tablename.

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    Visual Basic question csharp

  • [Message Deleted]
    S SayreCC

    Hi, you can visit www.codeincsharp.blogspot.com

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    C#

  • Regarding installation of Visual Studio Webdeveloper
    S SayreCC

    Hi, millions of dollars? a lot of money. You can use express edition its totally free.

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    ASP.NET csharp visual-studio question

  • Checkboxlist in datalist
    S SayreCC

    Hi, what are those field do you want to display?

    Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.

    ASP.NET question

  • getting "Microsoft JScript runtime error: Object expected"
    S SayreCC

    Hi, make sure after you close your popup you will alwys return a value to your page(gridview).

    ASP.NET help javascript css asp-net com
  • Login

  • Don't have an account? Register

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