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
A

AS 13

@AS 13
About
Posts
38
Topics
18
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Consume a webservice in a WebApplicationnew
    A AS 13

    Hi, I had done this. But no result. plz give me a optimize solution. Thanks in advance

    A key to every Solution

    C# help csharp sysadmin

  • Consume a webservice in a WebApplicationnew
    A AS 13

    yes boss, I had check it from Internet Explorer.It runs fine and also shows the desire method. Problem occurs when I access it though my app.

    A key to every Solution

    C# help csharp sysadmin

  • Consume a webservice in a WebApplicationnew
    A AS 13

    I had already done this,but no result. plz tell me some other option. my code is as below.... MyWS.Service webservLeave = null; if (webservLeave == null) { webservLeave = new MyWS.Service(); } webservLeave.PreAuthenticate = false; webservLeave.Proxy.Credentials = System.Net.CredentialCache.DefaultCredentials; webservLeave.Credentials = CredentialCache.DefaultCredentials; webservLeave.MyWebMethod(); Thanks in Advance

    A key to every Solution

    C# help csharp sysadmin

  • WebService : Request failed with HTTP status 401: Unauthorized
    A AS 13

    Hell EveryBody, I have a webservice in a server.And in another server I have a webApplication. When i use the webmethod of the webservice in my webApplication I got the following error. I had already used this code, but no result. webservLeave.PreAuthenticate = false; webservLeave.Credentials = System.Net.CredentialCache.DefaultCredentials; or webservLeave.Credentials = System.Net.CredentialCache.DefaultCredentials; The request failed with HTTP status 401: Unauthorized plz help me out.

    A key to every Solution

    ASP.NET help csharp sysadmin

  • Consume a webservice in a WebApplicationnew
    A AS 13

    Hell EveryBody, I have a webservice in a server.And in another server I have a webApplication. When i use the webmethod of the webservice in my webApplication I got the following error. I had already used this code, but no result. webservLeave.PreAuthenticate = false; webservLeave.Credentials = System.Net.CredentialCache.DefaultCredentials; or webservLeave.Credentials = System.Net.CredentialCache.DefaultCredentials; The request failed with HTTP status 401: Unauthorized plz help me out.

    A key to every Solution

    C# help csharp sysadmin

  • Consume a webservice in a WebApplication
    A AS 13

    Hell EveryBody, I have a webservice in a server.And in another server I have a webApplication. When i use the webmethod of the webservice in my webApplication I got the following error. I had already used this code, but no result. webservLeave.PreAuthenticate = false; webservLeave.Credentials = System.Net.CredentialCache.DefaultCredentials; or webservLeave.Credentials = System.Net.CredentialCache.DefaultCredentials; The request failed with HTTP status 401: Unauthorized plz help me out.

    A key to every Solution

    Web Development help csharp sysadmin

  • Customizing Coloumns in DataGridView in VS 2008
    A AS 13

    Hello Everybody, Hope all are doing well. I have an application where I have to show data in a gridview. I want that when user scroll the horizontal scrollbar first 3 columns should not be scrolled i.e. first 3 columns should always shown like we shown the header of the gridview to the user always at the time of vertical scrolling. Like this also I want a row in the bottom should always shown to the user(it could be the footer).Plz send me the sample if u have otherwise tell me how to achieve this. Thanks in Advance. Happy Coding!!!!!!

    A key to every Solution

    .NET (Core and Framework) visual-studio tutorial

  • RegularExpression Validation
    A AS 13

    Hi, Thanks for your reply. I am new to web development. I want to stop user to entering white spaces. I used your regex but it display the error message if user enter any values other than white space . I need the regex which is opposite to it. 2. My calendar is a JavaScript calendar..can u tell me how to enable it. I disabled the textbox at the declaration time like if (!document.layers) { document.write("<img src="cal1.gif" onclick="popUpCalendar(this, Form1.strDate, "> \"dd/mm/yyyy\")' height=17 width=18> ") } </img> 3. can u suggest me something on SQL Injection so that i can resolve my issues. Happy Coding

    A key to every Solution

    ASP.NET help database tutorial regex

  • RegularExpression Validation
    A AS 13

    Hello Everybody, 1.I have an application where I want to restrict user to enter Blank/White space when they change their password.Can anyone give me the regex which prevent Blank/White space entry. 2. In a gridview I have a textbox which get it's value from a calendar I want that the textbox should not be editable, and it only get value from the calendar. 3.I face a problem in Sql Query. I have an application where user can change his/her address. It gives sql exception when a user enter the address value containing "'s" example Ram's House. Can anyone tell me how to handle this issue. SqlCommand MyComm = new SqlCommand("Insert into ADDRESS_Table (ADDRESS1,ADDRESS2,ADDRESS3,ADDRESS4) values ('" + txtAddress1.Text.ToUpper() + "' , '" + txtAddress2.Text.ToUpper() + "' , '" + txtAddress3.Text.ToUpper() + "' , '" + txtAddress4.Text.ToUpper() + "')", this.MyCon); SqlDataReader MyReader = MyComm.ExecuteReader(); MyReader.Close(); MyComm.Dispose(); If anyone have the solution plz help me. Have a nice day... Happy Coding

    A key to every Solution

    ASP.NET help database tutorial regex

  • QueryString Encryption
    A AS 13

    Hello Everybody, I have an application where I pass some values in QueryString. Can anyone tell me how to pass the value in an encrypt format. HappyCoding

    A key to every Solution

    ASP.NET security tutorial

  • Asp.Net Session Variable in JavaScript
    A AS 13

    Hello, Thanks Buddy...but its gives me the value undefined... my code is as below. (In JavaScript): var ImageUrl = <% Session["ImageUrl"].ToString(); %> (In ASPX file): HttpContext.Current.Session["ImageUrl"] = "image" + "/" + "it-cover.jpg"; and In case of HiddenField how to do it? HappyCoding

    A key to every Solution

    ASP.NET csharp javascript asp-net tutorial

  • Asp.Net Session Variable in JavaScript
    A AS 13

    Hello Everybody, I have an application where I have to store some values in Session variables. And later on I need to use those values in a JavaScript function. Can anyone tell me how to access Session values in JavaScript or some better approach to this situation.. HappyCoding

    ASP.NET csharp javascript asp-net tutorial

  • Caching
    A AS 13

    Hello Everybody I have a big problem. Actually I have an asp.net ImageButton and in it's click event I do some code. When I click the button the code is executed.But after that when I refresh the page again the click event called and the code was executed.So that in my database entry was dubbled. Please help me out. Thanks in advance Happy Coding

    A key to every Solution

    ASP.NET help csharp asp-net database

  • LinkButton in GridView
    A AS 13

    Thanks for reply. But how can I get the CustomerID value from PreviousPage Object. That value should be the particular row value where the LinkButton is clicked. plz if possible give me a sample. Happy Coding

    A key to every Solution

    ASP.NET

  • LinkButton in GridView
    A AS 13

    Hello Everybody, I have GridView like below: Name CustomerID Send Rakesh 01234 Send In this "Send" is a LinkButton. I need to develope it like when a user click on "Send", page should be redirect to a different page and value of "CustomerID" should go to the redirect page like Querystring. Thanks in Advance Happy Coding

    A key to every Solution

    ASP.NET

  • GridView Paging
    A AS 13

    Hi, Thanks yaar ... As it is not the exact solution for my problem but it helps me a lot to solve my problem.. thanks again.. Happy Coding

    A key to every Solution

    ASP.NET

  • GridView Paging
    A AS 13

    Hello Everybody I have a gridview in my application which values are comes from a DataTable generated in codebehind(means gridview is bind to a DataTable).I want to impliment paging in the gridview. I do it as the code below but it won't work.. protected void GridView1_PageIndexChanging(object sender, GridViewPageEventArgs e) { GridView1.Visible = true; GridView1.PageIndex = e.NewPageIndex; GridView1.DataBind(); } Thanks in advance, Happy Coding

    A key to every Solution

    ASP.NET

  • DropDownList in GridView
    A AS 13

    hi, thanks friend.. can u give a sample of code how to it...

    A key to every Solution

    ASP.NET tutorial

  • DropDownList in GridView
    A AS 13

    Thanks, Can I add it like Eval on Bind method as we do for label.. CUST_ID ]]>' runat="server"> I have the DropDownList instead of Label and "CUST_ID" is the Column name present in the DataTable

    A key to every Solution

    ASP.NET tutorial

  • DropDownList in GridView
    A AS 13

    Thanks, Can I add it like Eval on Bind method as we do for label.. CUST_ID ]]>' runat="server"> I have the DropDownList instead of Label and CUST_ID is the Column anme present in the DataTable

    A key to every Solution

    ASP.NET tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups