Search

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

Matching Posts

  • Building Solution creates a folder with machine name problem

    Dear all developers, I have had this problem for like 2 years but never figured out how fix this. I am using VS 2002. I am running XP pro My problem is this. When I compile a web application, a folder is created under the application folder named with the machine name. Under that folder it has a folder with the web application name. If I open a different web application and run build, this web application-named folder is created under the machine name-folder from the first application. and so on
  • Re: Cross platform web service possible?

    Thank you everyone! I will try out this new thing (web service). Not sure who to mark as answer so I will put it on mine
  • Cross platform web service possible?

    Hi everyone, I have been asked to give a solution for a B2B web service. Now one end uses PHP and the other (my side) uses Visual Studio 2002 VB.NET (.NET 1.0) on IIS 5.0. I need web service connectivity between the two independent web systems. First of all is this possible? If yes can someone give me an example? I understand this is very limited information to go on and I apologise for that. Thank you!
  • Re: gridview row selecting problem

    Hi All-Star Thank you very much for quick response. As you have done, DataBound Event instead of RowDataBound, is where I should've done it. Though RowDataBound sounds like it can be used as well. Could you tell me the difference of these two and why I could't select the row? Thank you for your help!
    Posted to Data Presentation Controls (Forum) by toshesh on 11/8/2007
  • gridview row selecting problem

    Hi everyone, I wrote the code below so that a gridview displays a row as selected when initially loading the page. The code runs fine and string if (ID == ( string )ViewState[ID]) bit returns true. e.Row.RowIndex returns 0 as in first line. When the screen is displayed, nothing is selected. Could someone tell me why? Thank you 1 protected void gv_RowDataBound( object sender, GridViewRowEventArgs e) { 2 // Change the selected row to edit mode 3 if (!IsPostBack) { 4 if (e.Row.RowType == DataControlRowType
    Posted to Data Presentation Controls (Forum) by toshesh on 11/8/2007
  • Re: Localizing FileUpload control

    I'm trying to create a website that can display things in multi language. This is a problem because i need the browse button to be displayed in 4 possible languages. I have all the standard texts on labels, buttons etc using resource manager. Couldn't we set the uiculture or culture info to change the browse button to be displayed in the right language?
    Posted to Localization (Forum) by toshesh on 6/29/2007
  • Re: automatic IIS authentication

    I guess the solution is difficult. Thank you all for your advice!!!
    Posted to Security (Forum) by toshesh on 6/12/2007
  • Re: automatic IIS authentication

    Thank you for your reply. I am reading the page u've specified.... not fully digested yet. Meanwhile, is there a way to get the above method to work? I heard that if the sender webserver is a non iis then it could work but don't know how. My iis doesn't have to be integrated windows authentication.(for now)
    Posted to Security (Forum) by toshesh on 6/8/2007
  • automatic IIS authentication

    Hi everyone, I have problem regarding IIS (5.0) authentication. IIS is set to use integrated windows authentication. What I would like to do is to jump from a different website (different web server) to my web site and login without users entering the IIS login username and password. Im using VS2002 VB.NET i.e Web Srv A -----> Web Srv B + Automatically login Web Srv A has the username and password details to log into Web Srv B's IIS authentication. How can I send user details from site A to
    Posted to Security (Forum) by toshesh on 6/7/2007
  • Problem running stored procedure from gridview delete button

    Hi everyone, I am currenty using ASP.NET 2 with Visual Studio 2005 (c#) and sqlexpress 2005. I have a problem running a stored procedure from a gridview. This SPROC is used for UPDATE and DELETE command. The update procedure worked fine (checked database and data is there). But when I click on the delete button inside the gridview ,with or without DataKeyNames, I get the following errors: 1. With 'Period' DataKeyNames specified produces error message 'Procedure or Function 'sProc' has too many arguments
Page 1 of 1 (10 items)