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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
P

pinna_hari

@pinna_hari
About
Posts
46
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to change the Display name upon Login
    P pinna_hari

    Hi, Am using below code to display UserName, I want to display First Name instead of username, Please give me ideas how can i change this. Need it urgent. <WebPartPages:DataFormWebPart runat="server" ShowWithSampleData="False" AllowRemove="True" AllowHide="True" SuppressWebPartChrome="True" PartImageLarge="" ViewContentTypeId="" ExportMode="All" Dir="Default" MissingAssembly="Cannot import this Web Part." ID="g_4e78e68a_a414_49b6_84e4_6e841afbdca8" DataSourceID="" IsIncludedFilter="" DetailLink="" AllowEdit="True" UseSQLDataSourcePaging="True" HelpMode="Modeless" IsIncluded="True" Description="" NoDefaultStyle="TRUE" FrameState="Normal" AllowConnect="True" ViewFlag="0" AllowZoneChange="True" AllowMinimize="True" Title="Channel Configuration" PartOrder="1" PageSize="-1" FrameType="Default" HelpLink="" PartImageSmall="" ConnectionID="00000000-0000-0000-0000-000000000000" ExportControlledProperties="True" IsVisible="True" __MarkupType="vsattributemarkup" __WebPartId="{4E78E68A-A414-49B6-84E4-6E841AFBDCA8}" __AllowXSLTEditing="true" WebPart="true" Height="" Width=""><ParameterBindings> <ParameterBinding Name="UserID" Location="CAMLVariable" DefaultValue="anonymous"/> </ParameterBindings> <DataFields></DataFields> <Xsl> <xsl:stylesheet xmlns:x="http://www.w3.org/2001/XMLSchema" xmlns:d="http://schemas.microsoft.com/sharepoint/dsp" version="1.0" exclude-result-prefixes="xsl msxsl ddwrt" xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" xmlns:asp="http://schemas.microsoft.com/ASPNET/20" xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SharePoint="Microsoft.SharePoint.WebControls" xmlns:ddwrt2="urn:frontpage:internal"> <xsl:output method="html" indent="no"/> <xsl:decimal-format NaN=""/> <xsl:param name="dvt_apos">'</xsl:param> <xsl:param name="UserID"></xsl:param> <xsl:param name="LogonUser"/> <xsl:variable name="dvt_1_automode">0<

    SharePoint xml html asp-net sharepoint com

  • Ajax ModalPopupExtender Fails when using SSL
    P pinna_hari

    Hi Jinal Desai, Thanks for reply. Am able to open modalpopup, and it is working fine. but the problem is it is not working when we given ssl for that page.

    Pinna

    ASP.NET question security help

  • Ajax ModalPopupExtender Fails when using SSL
    P pinna_hari

    Hi, Why does a ModalPopupExtender fail when using SSL? I googled but not found solution, please help me... Its Urgent. Thanks in Advance..

    Pinna

    ASP.NET question security help

  • Development Server vs Production Server
    P pinna_hari

    Hi, Thanks for your reply. I am not talking about libraries(dlls), i am just saying about aspx files, and came to known we can move updated files from production server to development server using Team foundation server, but i dont know the process am looking for tutorials.

    Pinna

    ASP.NET question csharp asp-net database visual-studio

  • Development Server vs Production Server
    P pinna_hari

    Hello, I have developed one web application in asp.net(in VSTS 2008) and moved to production server by taking backup of database and files, Later i have included lot of new modules and functionality in developement server. My question is how to move updated files (Modules with database) to production server, with out losing of existing data in production server. do we have any tools to update whenever we build in visual sutdio, or any specail process is there? Please help me, and let me know any vedios or articles available on this topic.

    Pinna

    ASP.NET question csharp asp-net database visual-studio

  • Grid view content as email
    P pinna_hari

    Convert the Gridview to string.. Dim stringWrite As New System.IO.StringWriter Dim htmlWrite As New HtmlTextWriter(stringWrite) GridView.RenderControl(htmlWrite) Dim Body as string=htmlWrite.tostring

    Pinna

    ASP.NET css

  • how to Install vb.net window application on client system with database
    P pinna_hari

    Hello, I am making one windows application in C#. I am using SQL Server as database.So, my question is I want to deploy the .exe file to the client with out installing sql server in clients system. to do that what files I should supply to him with SetUp exe.? If it is necessary to install SQL Server in client system how can i do? I want to install this exe in almost 100 systems. As I am new to Windows Application, can anyone explain about it... or give some article links so I can understand the whole processfrom creating application to End User deployment.

    Pinna

    C# question csharp database sysadmin

  • Page_Load firing 2 times
    P pinna_hari

    Thanks for response.. i wrote the code like that only..if(!IsPostBack)...still page_load is firing two times.. i wrote the code like below.. Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Try If Not IsPostBack Then lblUserDet.Text = Session("LoginName") End If end sub

    Pinna

    ASP.NET question

  • Page_Load firing 2 times
    P pinna_hari

    Hello, Page_load event is firing two times, what may be the reason, what is the solution. Thanks in advance.

    Pinna

    ASP.NET question

  • Crystal report
    P pinna_hari

    hello, As per my knowledge, while uploading into the server, you have to install crystal report.

    Pinna

    ASP.NET csharp sysadmin question

  • Problem with iCallback event
    P pinna_hari

    y..no answers for this questions...Is question wrong or anything....! :omg:

    Pinna

    ASP.NET help visual-studio sysadmin security workspace

  • append data in xml file
    P pinna_hari

    Thanks you very much...

    Pinna

    ASP.NET csharp asp-net xml question

  • append data in xml file
    P pinna_hari

    ok...i want to append the new nodes to already created xml file.what is the code for appending nodes in already created xml file Thanks

    Pinna

    ASP.NET csharp asp-net xml question

  • append data in xml file
    P pinna_hari

    hello, when i am trying to write data to xml file, what is the code for appending data to xml file in asp.net i am writing below code

    ds.WriteXml(AppDomain.CurrentDomain.BaseDirectory & "\XML\XMLfile.xml")

    Thanks

    Pinna

    ASP.NET csharp asp-net xml question

  • Problem with iCallback event
    P pinna_hari

    Hello, I am working with VS 2.0. i written code for dropdownlist filling using icallback event. when i use this event is working for dropdownlist. and in that page i had one button control when i click on button i am getting below error. Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation. What may be the reason. Please Help me... :(( Thanks

    Pinna

    ASP.NET help visual-studio sysadmin security workspace

  • Problem with callbackEvent
    P pinna_hari

    what is this...give me the answer please

    Pinna

    ASP.NET help visual-studio sysadmin security workspace

  • stop back option
    P pinna_hari

    hi, in logout click event you have to write code for killing the session. and in global.asax page you have to redirect the page to login page if the session["username"]="". Or write below code in page load Response.Buffer = True Response.ExpiresAbsolute = Now().Subtract(New TimeSpan(1, 0, 0, 0)) Response.Expires = 0 Response.CacheControl = "no-cache"

    Pinna

    ASP.NET csharp asp-net

  • Problem with callbackEvent
    P pinna_hari

    Hello, I am working with VS 2.0. i written code for dropdownlist filling using icallback event. when i use this event is working for dropdownlist. and in that page i had one button control when i click on button i am getting below error.

    Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.

    What may be the reason. Please Help me... Thanks Hari

    Pinna

    ASP.NET help visual-studio sysadmin security workspace

  • Problem with shared datatable URGENT.,,
    P pinna_hari

    Dear navneeth Thankyou very, i got very needful information.

    Pinna

    ASP.NET help csharp asp-net question

  • Problem with shared datatable URGENT.,,
    P pinna_hari

    Thanks for your early response. actually i am not saving gridview data into the database, i am just saving it into the datatable(.Net) . at this situation it is not related with database.

    Pinna

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