Search

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

Matching Posts

  • Re: File upload by parameters?

    Where can I find more info about uploading files by Web Service? Regards, Sigurd
    Posted to Web Forms (Forum) by scarabee on 1/30/2009
  • File upload by parameters?

    Is it possible to upload a file by using parameters only to a web page? I'm trying to upload a data file once a day from my pc to my web site. To do this I was thinking of using Scheduled Task to call my upload web page with a set of parameters, like the example below. But it seemes to me that the FileUpload control must physically has to select a file and be clicked. Is there a another way to do this, other than using ftp? call www.mysite.com/Upload.aspx?file=data.xml&user=me&pwd=secret
    Posted to Web Forms (Forum) by scarabee on 1/30/2009
  • Size and type of text colum in a table

    Today I'm storing my articles (for my web page) in a table with these columns: title varchar(150) ingress varchar(500) maintext varchar(8000) But what if I changed the colums to this: title text ingress text maintext text Would that be a waste of space? Would it slow down performance? Is it a good thing to limit size of a colum like the first example, or could I just open it wide like the last example? By the way, I'm using Sql Server 2005 Express and Visual Studio 2005 Regards, Sigurd
  • Edit resource files from web page?

    Is it possible to edit the resource files from a web page? I have put Meta Description and Meta Keywords in my resource file and now I would like to make a admin page so the the users can edit the meta content by them selves. Is it possible? If yes, how? Regards, Sigurd
    Posted to Web Forms (Forum) by scarabee on 6/29/2008
  • Re: How to change order of items in a list?

    I'm using this html code in the designer. But by using HyperLink control the dropdown list looses the selected album, after first click on pp/Down the list will have the top most album selected (default). And it seems that the clicks are delayed. First time i click the links nothings happens, on the next click the article start moving. And when I start to move the article in another direction or move another article, the first one will move one more time. It's not only the code that is wrong
    Posted to Web Forms (Forum) by scarabee on 5/27/2008
  • How to change order of items in a list?

    I have a list of articles that I want to let the administrator change the display order of on the web page. I would like to make a user control (or just plain code) to help him do this on my web site. The articles are stored in a data table (Sql Server 2005 Express) and got a column calles Rank, where I store the order to display the articles. I have added a simlified sql query below. I would make/create something like a list with Upp and Down buttons on the line behind each article's title.
    Posted to Web Forms (Forum) by scarabee on 5/27/2008
  • Rank control

    I'm building a rank control that I want to use in my admin page for my photo album. When I select a photo album from a drop down list I display all photos for the selected photo album as a list. Behind each photo I display an up and a down hyperlink. When the user click on one of them the the requested photo will be moved up/down in the list. But I have implemented the hyper links as HyperLink controls, and when I click them I loose all data on the page (the selected album in the drop down list
    Posted to Web Forms (Forum) by scarabee on 5/21/2008
  • GridView: possible to add a hyperlink to a details page?

    Is it possible to add a hyperlink (control) to one of the columns in the GridView? I am displaying a list of customers aggregated products for a month. And I would like to click the customer number to get to the page with more details for the selected customer. Regards, Sigurd
    Posted to Data Presentation Controls (Forum) by scarabee on 5/19/2008
  • How to send parameters from SqlDataSource?

    I'm try to use a SqlDataSource control for binding data (stored procedure) to a GridView control. But I only get the error message below. What am I doing wrong? ----------- Error message ---------------------- Procedure or function 'StatisticCustomers' expects parameter '@From', which was not supplied. ------------- Customer.aspx -------------------- From <asp:TextBox id="txtDateFrom" CssClass="datebox" runat="server"></asp:TextBox> To
  • Generate Customer number for each member?

    I have a web shop where I want to identify each customer with a customber number. I have looked in the aspnet_Users table, the closest I get is the value for UserId. But this value (4e7141fd-0819-47ea-add1-c75657890565) is too long (and cryptic) and hopeless to remember. I'm looking for a customer number with only 5 or 6 digits (10056). Is it possible to add a new auto numbering column to the aspnet_Users table? Or are there other ways to do this? And I already got a few customers in my web shop
    Posted to Security (Forum) by scarabee on 5/8/2008
Page 1 of 9 (83 items) 1 2 3 4 5 Next > ... Last »