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

Saba02

@Saba02
About
Posts
72
Topics
52
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to Pass Parameter from DataList to AjaxControlToolkit:ModalPopupExtender
    S Saba02

    Hi All, I have a datalist that some thumbnail image that physical address saved in database load in it. I want when i Click on one Item in datalist, Original image be show in ModalPopUp Extender, but i can't do it. datalist1.selectedindexchaneged not fired too. Now How I Can do this?

    Hoda

    Web Development database tutorial question

  • How to get full path from fileupload control or every thing from client side? [modified]
    S Saba02

    I want to upload files from client side to server side via ftp.

    Hoda

    ASP.NET tutorial java tools help question

  • How to get full path from fileupload control or every thing from client side? [modified]
    S Saba02

    I could not. Thank you

    Hoda

    ASP.NET tutorial java tools help question

  • How to get full path from fileupload control or every thing from client side? [modified]
    S Saba02

    But I need it for sending file via ftp.

    Hoda

    ASP.NET tutorial java tools help question

  • How to get full path from fileupload control or every thing from client side? [modified]
    S Saba02

    Hi, I want to get full path from fileUpload control or htmlFile or java script or every thing that i found in google, but i was unsuccessfull. Why i get FullPath in some system but i don't get in aother system for example via( fileupload1.PostedFile.FileName)? I need it for uploading file using ftp. How I can get full path, Plaese help me:(

    Hoda

    modified on Wednesday, August 12, 2009 5:02 AM

    ASP.NET tutorial java tools help question

  • How I can Convert one Color to Another Color
    S Saba02

    Hi all, I have a dynamic menu in asp.net that its BackGround is an colory image that convert dark blue to light blue, but if my menu be longer, this image be repeat more and more... Now how I can convert one color to another color with java script to height of menu? for example dark blue to light blue. Thank You

    Hoda

    Web Development csharp java asp-net tools tutorial

  • FileUpload1.Hasfile always returns False
    S Saba02

    Thank You, yes i'm using Update Pannel.

    Hoda

    ASP.NET help question

  • FileUpload1.Hasfile always returns False
    S Saba02

    Hi, I want when my FileUpload has file do something, If FileUpload1.HasFile Then FileUpload1.PostedFile.SaveAs(Path +".....") End If But why it always returns Flase? How I can solve this problem? Please help me. Thank You

    Hoda

    ASP.NET help question

  • How I can retrieve long text from data base in multi line instead of a long line?
    S Saba02

    Thank you, Please give me more information about line-seperators. i used Wrap but my poroblem not solved.

    Hoda

    ASP.NET database help question

  • How I can convert code in submit button code to a WebMethod in WebService?
    S Saba02

    Thank you, i have a web service for my project that i connect to data base with it. i don't have problem with creating web service,but i couldn't create a function for this code. How i can return result and use it in my application? when i use dataset i returned dataset: <webmethode()> Public Function getusers() as DataSet dim da as new sqldataadapter dim ds as new dataset . . . . da.fill(ds,"Tbl") return ds end Function and i use this code in my application: protected sub btn1_click(....................) dim ws as new localhost.service gridview1.datasource=ws.getusers() gridview1.databind() end sub now i have that code for submit button , only i don't know how i can write it in webservice instead of application? <WebMethod()> _ Public Function FillAccordion() as ????????? Dim cn As New SqlConnection Dim cls As New ClsGeneral cn.ConnectionString = cls.GetConnection cls = Nothing Dim cmd As SqlCommand = New SqlCommand("SELECT Title, Abstract FROM Articles", cn) cn.Open() cmd.ExecuteReader() cn.Close() return ???????? End Function i couldn't write that code using function in web service and use function in submit button!

    Hoda

    modified on Tuesday, April 14, 2009 8:47 AM

    ASP.NET help question

  • How I can convert code in submit button code to a WebMethod in WebService?
    S Saba02

    Hi all, How I can convert this code to a WebMethod in WebService? This code is here:

    Protected Sub Submit_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Submit.Click

        Dim con As SqlConnection = New SqlConnection(WebConfigurationManager.ConnectionStrings("Articles").ConnectionString)
    
        Dim cmd As SqlCommand = New SqlCommand("SELECT Title, Content FROM tblArticle", con)
    
        con.Open()
    
        Accordion1.DataSource = cmd.ExecuteReader
        Accordion1.DataBind()
    
        con.Close()
    
    End Sub
    

    I try to convert this code to webmethod But I couldn't convert it to a WebMethod for WebService and use it in Application. How I can do this work? Please help me, Thank you

    Hoda

    ASP.NET help question

  • How I can retrieve long text from data base in multi line instead of a long line?
    S Saba02

    Hi friends, When I retrieve some text from database, a Long line be created in my control and a horizontal scroll be created. I want this long line be shown in multi line. How I can solve this problem? Thank You

    Hoda

    ASP.NET database help question

  • Why Dim hpl As HyperLink = CType(acc.FindControl("hpl"), HyperLink) didn't find my control inAccordion?
    S Saba02

    thank you, 1. Are you using tag for hyperlink or use HyperLink control from toolbox. --->i used HyperLink control from toolbox. 2. If you are using control from toolbox, What is the ID of HyperLink Control. --->I changed its ID to hpl.

    Hoda

    ASP.NET help question

  • Why Dim hpl As HyperLink = CType(acc.FindControl("hpl"), HyperLink) didn't find my control inAccordion?
    S Saba02

    Hi all, I have a hyperlink in a Accordion ajax control,now i use this code for finding it: Dim hpl As HyperLink = CType(acc.FindControl("hpl"), HyperLink) this Error comes: object reference not set to an object now how i can find my hyperlink :( ?

    Hoda

    ASP.NET help question

  • I want my content be opened below my title link
    S Saba02

    Hi all, I have some title in database and some related information. i want to list title in page, and when user click on title link, related content come below title. How i can do this? Thank you

    Hoda

    ASP.NET

  • Connecting to AjaxToolkit:Accordion in CodeBehind
    S Saba02

    Hi all, I want to use Ajaxtoolkit:Accordion for listing some title and some content. My code is here in aspx :

    <asp:SqlDataSource ID="SqlDataSource1" runat="server"
    ConnectionString="<%$ ConnectionStrings:ArticleConnectionString %>"
    SelectCommand="SELECT [Title], [Abstract] FROM [Articles]">
    </asp:SqlDataSource>

    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>  
    
       <ajaxToolkit:Accordion ID="acc1" runat="server"   DataSourceID="SqlDataSource1"  >
    <HeaderTemplate>
    

    <a href="" onclick="return false"><%#DataBinder.Eval(Container.DataItem, "Title")%> </a>
    </HeaderTemplate>
    <ContentTemplate>
    <%#DataBinder.Eval(Container.DataItem, "Abstract")%>
    </ContentTemplate>
    </ajaxToolkit:Accordion>

    But i want to do this work via DataSet. How i can do this in CodeBehind using DataSet? I really need your help, Thank You.

    Hoda

    Web Development

  • How I can convert my '&lt;%# Eval.......%&gt;' code in Page.aspx to Page.aspx.vb ?
    S Saba02

    Hi all, I have code for menu in page.aspx, but now i want write this code in page.aspx.vb for menu programming. How i can convert this code? this is my code:

    <asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataSourceID="SqlDataSource1">
    <Columns>
    asp:TemplateField
    <ItemTemplate>
    <asp:Panel ID="Panel1" Runat="Server">
    <asp:LinkButton ID="LinkButton1" Text='<%# Eval("nam") %>' Runat="Server"
    PostBackUrl='<%# Eval("id","Page.aspx?id={0}") %>'

            ForeColor="#990000"
            Font-Underline="False"/>
      </asp:Panel>
    </ItemTemplate>
    

    </asp:TemplateField>
    </Columns>
    </asp:GridView>

    i didn't use SqlDataSouece, and i used dataset for filling gridview. Now how i can write these code in page.aspx.vb instead of using Eval in page.aspx? Thank you

    Hoda

    ASP.NET

  • File Upload Control
    S Saba02

    Hi All, How i can used File Upload Control and i limit user to enter any text in this control and only browse in her/him files? Thank You,

    Hoda

    modified on Friday, February 13, 2009 12:45 PM

    ASP.NET question

  • How i can undrestand a client user is exited from Web Application?
    S Saba02

    Hi all, I want change a field in my database when a user leave whole of web application . How i can underestand that a user leave Web Application then i change my data base. I realy need your immediate help, Thank You

    Hoda

    ASP.NET database help question

  • I don't want login in a system when he loggedin in another system with a user name
    S Saba02

    Hi all, I don't want login in a system when another person logged in another system with the same user name. How can i do this I need your help, Thank You,

    Hoda

    ASP.NET help 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