Search

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

Matching Posts

  • Web Service stuck after sometime

    Dear All, I have published one webservice , which contains 4 to 5 Sub routines. After sometime (18-26 hours) ,one of the subroutines failed to respond or we can say that subroutine has been by passed. but it doesn't throw any exception, only failed to respond. and to restore it to its normal state i have to republish it. Waiting for your positive response.Please help out in this issue.
    Posted to XML Web Services (Forum) by Nabeel5 on 10/14/2009
  • Unable to Connect DB from Class Library

    Hi, I am trying to create a Class library in vb.net which includes some DB connectivity. and i have stored the connection string app.config file in < connectionStrings > < add name = " Cares " connectionString = " Data Source=myDb;User ID=username;Password=pwd;Persist Security Info=False;Enlist=false; " providerName = " System.Data.OracleClient " /> </ connectionStrings > and in vb file i call it like this System.ConfigurationManager.ConnectionString
    Posted to Configuration and Deployment (Forum) by Nabeel5 on 4/15/2009
  • Consuming a service Which is not Soap based

    Hi, I want to consume a service which is not running over soap.it is developed in PHP , is there any way that i can consume it in my .net application. its more an HTTP request rather than web service.
    Posted to XML Web Services (Forum) by Nabeel5 on 10/31/2008
  • Save Previous Page DropDown State

    I have an update Panel where there are few drop downs on the Projects Listing Page , user can filter the projects and then can click on any of the grid row to read its description.but when he press the back button, page refreshes, I want to store the previous page dropdowns selected values when user comes back from description page.
  • Re: URL Rewriting

    I used the thrid party dll. which i mentioned above. So i didn't configure any wildcard mapping ? would you please explain a little more.
    Posted to Configuration and Deployment (Forum) by Nabeel5 on 9/18/2008
  • URL Rewriting

    I have used the Intelligencia.UrlRewriter.dll for URl Rewriting in my asp.net application. and added rules in the web.config files like < rewriter > < rewrite url = " ~/green(.*) " to = " ~/greenpage.aspx " /> < rewrite url = " ~/yellow(.*) " to = " ~/yellowpage.aspx " /> </ rewriter > when i run it in Visual studio it works fine. like http//localhost:1288/myproject/green but when i run it through localhost/myproject/myproject/green
    Posted to Configuration and Deployment (Forum) by Nabeel5 on 9/17/2008
  • Add Text To Pager Row

    Hi, I have a Gridview using DataSource is Generic List.I have enabled its auto paging which shows 1 2 3 4 in pager row. My Question is how can i add text in this pager row like " Browse Pages 1 2 3 4 . . . " Regards
    Posted to Data Presentation Controls (Forum) by Nabeel5 on 8/29/2008
  • RegisterStartupScript Problem

    private string PopulateJavaScriptArray() { StringBuilder sb = new StringBuilder (); sb.Append( "<script language='javascript'>" ); sb.Append( "var aMember=[" ); List < Regions > LstReg = TvfDb .SelectRegions(); foreach ( Regions objReg in LstReg) { ListItem item = new ListItem (objReg.Region, objReg.ID.ToString()); ddlRegion.Items.Add(item); List < Country > LstCountry = TvfDb .SelectCountriesByRegion(objReg.ID); foreach ( Country objCountry in LstCountry
    Posted to Client Side Web Development (Forum) by Nabeel5 on 8/27/2008
  • Sorting in Gridview

    I have a gridview in which i have applied custom sorting , but there is one column whose value is set under RowDataBound Event like this if (e.Row.RowType == DataControlRowType .DataRow) { TVF. Projects ProjObj = (TVF. Projects )e.Row.DataItem; Label lblBrands = (Label )e.Row.FindControl( "brandLabel" ); lblBrands="some text here"; } so how i can apply sorting on this label
    Posted to Data Presentation Controls (Forum) by Nabeel5 on 8/26/2008
Page 1 of 3 (21 items) 1 2 3 Next >