Search

You searched for the word(s): userid:823698

Matching Posts

  • Changing Detailsview Field

    I am using a DetailsView. I am asking if it possible to have the columns of data type in the left and column name in right? Thanks.
    Posted to Data Presentation Controls (Forum) by pishe76 on 9/25/2008
  • Re: Uploading and CalendarExtender

    Thanks for your reply. Yes I do use fileupload. If it is not compatibe, what is the solution, please?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by pishe76 on 9/25/2008
  • Re: VB to C#

    Thanks a lot. Also, thanks for the url. Pishe
    Posted to Getting Started (Forum) by pishe76 on 9/24/2008
  • Uploading and CalendarExtender

    I have a website where people upload their images, names, jobs, and addresses. Recently I add another column (DateIn). I used Calendar Extender to pick a date and I added it to the file upload. Unfortunately, when I click the upload button all values appear in the gridview except for the DateIn column which shows empty. I have tried to use different data type but with no success. All values are uploaded to database including the images as a binary data. Any help is appreciated. Thanks
    Posted to ASP.NET AJAX Control Toolkit (Forum) by pishe76 on 9/24/2008
  • VB to C#

    Can someone please change the following to C#? Thanks Protected Sub DetailsView1_ItemInserted(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.DetailsViewInsertedEventArgs) Handles DetailsView1.ItemInserted '' if there is no exceptions and the row inserted ( AffectedRows >0) , we bind the GRidView If e.Exception Is Nothing AndAlso e.AffectedRows > 0 Then GridView1.DataBind() End If
    Posted to Getting Started (Forum) by pishe76 on 9/24/2008
  • Re: Format Text Inside GridView

    Hi Samu, Thanks for your help. I read the article but I could not understand how to acomplish what I needed. I need just to highlight a word or 2 in 1 column in my gridview and to use if possible <p></p> If you decided to help out, please write the code in C# Thanks.
    Posted to Data Presentation Controls (Forum) by pishe76 on 9/23/2008
  • Re: Format Text Inside GridView

    This is the code' <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:GridView ID="gvImages" runat="server" AutoGenerateColumns="False" CellPadding="0" ForeColor="#333333" style="z-index: 100; left: 490px; position: absolute; top: 117px; height: 120px; width: 415px;" DataSourceID="SqlDataSource2" AllowPaging="True" PageSize="4" Font-Bold="True"
    Posted to Data Presentation Controls (Forum) by pishe76 on 9/23/2008
  • Re: VB Language

    Thanks for your help. My application is not working yet. I needed in VB for school. When debugging I get the following error < a href ="javascript:void(window.open(' <%# "FullImage.ashx?ImID="+ Eval("ImageID")%> ','_blank','toolbar=no,menubar=no'))" > System.FormatException: Input string was not in a correct format.
    Posted to Visual Basic .NET (Forum) by pishe76 on 9/22/2008
  • VB Language

    Can someone translate the following to VB language please? Thanks. --------------------------------------------- using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.SqlClient; using System.Data.Sql; using System.IO; public partial class ImageUpload : System.Web.UI. Page {
    Posted to Visual Basic .NET (Forum) by pishe76 on 9/22/2008
  • Re: Format Text Inside GridView

    I want to achive something like this: He was born in May 25, 1964. Finished Medical School in London, England. Joined the Amnesty International when was 30 years old.
    Posted to Data Presentation Controls (Forum) by pishe76 on 9/22/2008
Page 1 of 5 (48 items) 1 2 3 4 5 Next >