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

Sophia Rekhi

@Sophia Rekhi
About
Posts
41
Topics
25
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to convert text files to PDF files using C#.Net
    S Sophia Rekhi

    Hi All, I want to convert text files (.doc,.txt..rtf) to pdf files using C#.Net. if any one knows please send me the solution or how to do it. Thanks in Advance

    C# csharp tutorial

  • The session time is out before image uploaded
    S Sophia Rekhi

    Hi all, I want to upload one large image through one website, while uploading image, the session time is out before image uploaded. how can i solve this problem.bcz my website session time is fixed. what to do? Pls help me.

    ASP.NET help question

  • How to convert PDF files to HTML , using DotNet for web/desk top applications
    S Sophia Rekhi

    Hi all, I want to convert PDF files to HTML files in our web application(ASP.NET). If any one knows the procedure or source code or any source link, then kindly send me. Thanks

    ASP.NET csharp html asp-net tutorial

  • How to change my line color while debugging.
    S Sophia Rekhi

    Hi Abhijit, Thanks a lot for u r help.

    C# help tutorial question

  • How to change my line color while debugging.
    S Sophia Rekhi

    Hi All, Could you help me please. " I want to change my line color while debugging, the line which is yellow by default. But i want to change line color from yellow to Dark green (or) any other color. How it is possible? Please help me. Thanks

    C# help tutorial question

  • upload files in website
    S Sophia Rekhi

    Hi Venkatesh, Thank u very much for u r reply

    ASP.NET csharp asp-net hosting help

  • upload files in website
    S Sophia Rekhi

    Hi All, What files are required when uploading and host in the webside developed by asp.net. ex: Bin folder, global.asax etc. which specific files are needed when hosting the website. pls help me. Thanks

    ASP.NET csharp asp-net hosting help

  • How to find nth record in a table using sqlserver.
    S Sophia Rekhi

    hi Prasad, Thanks for u r valuable solution, its working by making some modifications. this is working properly SELECT TOP 1 sal FROM prs where sal in (SELECT TOP 4 sal FROM prs ORDER BY sal )order by sal desc all the best

    Database help tutorial question

  • How to find nth record in a table using sqlserver.
    S Sophia Rekhi

    Hi all, i want to know How to find exact record in my table. ex : in a table having 10 records. i want 5 th record. with out knowing details containg in a table how can i find it. only know table name. pls help me.

    Database help tutorial question

  • System.IndexOutOfRangeException: There is no row at position 0
    S Sophia Rekhi

    Thanx venkatesh, it is fine , while i click insert button.but no image is stored in to table.and after clicking the getimage button same error will raise. but your solutions is very helpful to me. thanks

    ASP.NET help question

  • System.IndexOutOfRangeException: There is no row at position 0
    S Sophia Rekhi

    hi venkatesh, you are right, u r assumption is correct. but i want to insert many rows from webform. but this code inserts only one row.if try to insert many rows overwrite and show latest insert record. how to solve this. my code: Dim da As New SqlDataAdapter("Select * From pub_info ", con) Dim MyCB As SqlCommandBuilder = New SqlCommandBuilder(da) Dim ds As New DataSet da.MissingSchemaAction = MissingSchemaAction.AddWithKey con.Open() da.Fill(ds, "pub_info") Dim fn As String = System.IO.Path.GetFullPath(File1.PostedFile.FileName) Dim fs As New FileStream(fn, FileMode.OpenOrCreate, FileAccess.Read) Dim MyData(fs.Length) As Byte Dim sql As String fs.Read(MyData, 0, fs.Length) fs.Close() ds.Tables("pub_info").Rows(0)("logo") = MyData da.Update(ds, "pub_info") pls help me.

    ASP.NET help question

  • System.IndexOutOfRangeException: There is no row at position 0
    S Sophia Rekhi

    Hi all, i try to put one image in a table. right now the table is empty.i insert image through front end web form by selecting specified image on clicking browse button.after click the insert button then this error is raised. how can i solve this. "System.IndexOutOfRangeException: There is no row at position 0 " pls help me.

    ASP.NET help question

  • how to create nested data grid
    S Sophia Rekhi

    Hi chandu, thanks for u r valuble reply. but if u have any idea to code of this nested grid. pls send me. thanks

    ASP.NET css help tutorial

  • how to create nested data grid
    S Sophia Rekhi

    hi all, i want to create one master datagrid ,in each cell of master datagrid contains one child datagrid " how it is possible. please help me.

    ASP.NET css help tutorial

  • System.UnauthorizedAccessException: Access to the path Denied
    S Sophia Rekhi

    hi all, i am trying to save an image into table, but it is not working. and an exception is raised. here i give u code in which the error occurs. error line is 40. Line 38: con.Open() Line 39: da.Fill(ds, "Pub_info") Line 40: Dim fs As New FileStream"C:\image\sample.jpeg",FileMode.OpenOrCreate, FileAccess.Read) Line 41: Dim MyData(fs.Length) As Byte Line 42: fs.Read(MyData, 0, fs.Length) pls help me.

    ASP.NET help

  • How to insert an image in sqlserver database
    S Sophia Rekhi

    Thanx a lot for giving immediate reply.

    ASP.NET csharp asp-net database help

  • How to insert an image in sqlserver database
    S Sophia Rekhi

    Hi all, i want to know that " How to insert and retrieve an image into sqlserver database using in VB.Net,Asp.Net." pls help me.

    ASP.NET csharp asp-net database help

  • how to Host webapplication into website.
    S Sophia Rekhi

    Hi all, i developed one web application project , then i want to host it in to the website. how can i do this. Pls help me.

    ASP.NET help tutorial question

  • How to add one table data into another table in a dataset.
    S Sophia Rekhi

    Hi all, i want to know, How to store data from one table to another table in a dataset. * ex: dataset contains 2 tables. one table has data, other is empty. thanks

    ASP.NET tutorial

  • How to write triggers in stored procedure
    S Sophia Rekhi

    Hi all, i want to know that "how to write triggers in stored procedures" is it possible? and can we write cursors in stored procedures? if yes then pls send me solution. Thanks

    Database database tutorial question
  • Login

  • Don't have an account? Register

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