User Profile

Collapse

Profile Sidebar

Collapse
iswar
iswar
Last Activity: Mar 25 '08, 05:15 AM
Joined: Jan 30 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • iswar
    started a topic How to jump into a specific portion in an aspx page
    in .NET

    How to jump into a specific portion in an aspx page

    Hi all..
    i am doing a project in asp.net in c#.. and now im in a situation to insert a search in which the detail of the word searched should be specifically displayed(hight light
    ) from an aspx page.. please help me..
    thank u for ur support
    See more | Go to post

  • iswar
    started a topic Sql Injection
    in .NET

    Sql Injection

    How to write a fuction to prevent attack from sql injection? Im using Sql server2000 & asp.net.. please reply faster that how to validate server side input values...

    thank u for the support
    See more | Go to post

  • Bind a selected value from dropdownlist to gridview(urgent)

    Hi friends..
    Im trying to bind a value from dropdownlist placed in gird view to another cell. i want to update a database field with the selected value from dropdownlist and which must be bind to gridview... please help me .. im using sql server2000 as datasource..

    public partial class Propertydetails : System.Web.UI.P age
    {
    protected static string connect;
    string ct, struName;
    protected...
    See more | Go to post

  • iswar
    replied to How to Upload a file to database from ASP.NET
    in .NET
    u can use a file upload control and can save it in datalist or something like that
    please refer to the link

    1.www.csharpfri ends.com/Articles/getArticle.aspx ?articleID=55
    2.articles.tech republic.com.co m/5100-10879-5109284.html
    3.www.aspnettut orials.com/tutorials/network/net-fileupload-aspnet2-csharp.aspx

    Hope this wil help u

    Happy Programming...
    See more | Go to post

    Leave a comment:


  • iswar
    started a topic Save Thumbnails created dynamically
    in .NET

    Save Thumbnails created dynamically

    hi friends
    asp.net(2.0) c#
    i am trying to create an image gallery in which all the uploaded image are converted into thumbnails and i want to bind these thumbnails into gridview. and on clicking in this thumbnails displayed in grid the orginal image is shown in a pop-up. now i hav succeded in creating thumbnails from uploaded images pls any one help me how to bind these thumbnails in gridview by storing it in a folder..
    thanks...
    See more | Go to post

  • iswar
    started a topic ImageGallery using c#
    in .NET

    ImageGallery using c#

    hi.. im trying to displaythe stored images in a gridview and on click on the imagethumbnail i want to view the orginal as a pop up.but im stuck at this please help me..now im not able to view image in grid

    Code:
    protected void Page_Load(object sender, EventArgs e)
        {
            DataSet ds = new DataSet();
            SqlDataAdapter da = new SqlDataAdapter();
            string strSQL;
            strSQL = "Select
    ...
    See more | Go to post

  • iswar
    replied to Problem with thumbnail creation
    in .NET
    thanks .. but the problem with the enlarge image as pop-up in same window with these thumbnails is not working can u pls suggest a solution to this...
    See more | Go to post

    Leave a comment:


  • iswar
    started a topic Problem with thumbnail creation
    in .NET

    Problem with thumbnail creation

    Hi..friends
    Im new to asp.net.. im trying to create thumbnails from the images stored in database (sql server2000). and i want to view the image larger on click thumbnail as a pop-up.. please help me.......... im using asp.net2.0 (c#)
    thanks for the support..
    See more | Go to post

  • iswar
    started a topic problem with thumbnail image in c#
    in .NET

    problem with thumbnail image in c#

    Hi.. im new to asp.net.. im trying to create thumbnails from the images stored in database . and i want to view the image larger on click thumbnail as a pop-up.. please help me.......... im using asp.net2.0 (c#)
    thanks for the support
    See more | Go to post
No activity results to display
Show More
Working...