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

ArunVijay

@ArunVijay
About
Posts
17
Topics
9
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Export To Excel kill Session Values
    A ArunVijay

    Hi This is ArunVijay, i am using Telerik Rad Grid Control to Display data, have button names as Export To Excel. when i click the Button it opens a Open Dailag Box to open my Content into Excel File, when this event triggers during the PostBack session values gets cleared. How to overcome this problem, this scenario occurs only when i click the Export To Excel Button and tigger Open Dialog Box. Below is Piece of Code To Export Into Excel. protected void btnExportExcel_Click(object sender, EventArgs e) { excelExport(); dgSampleAnalysis.MasterTableView.ExportToExcel(); } public void excelExport() { dgSampleAnalysis.ExportSettings.ExportOnlyData = true; }

    ArunVijay

    ASP.NET css help tutorial

  • How to add a Row to Gridview Using JQuery
    A ArunVijay

    Hi This is Arunvijay , in my project have to add a row at runtime in Gridview using JQuery Pls help me to solve this problem

    ArunVijay

    ASP.NET help javascript tutorial

  • Machine Key error in Web Application
    A ArunVijay

    Hi Ahsan Thanks for reply, The Error is validation of ViewState MAC failed. if this application is hosted by a web farm or cluster , ensure that configuration specifies the same validtaion and validation algorithm.Auto genarate cannot be used in a cluster.

    ArunVijay

    ASP.NET help database sysadmin tutorial

  • Machine Key error in Web Application
    A ArunVijay

    This is Arun, We have shifted our WebApplication and DataBase From Old Server i.e(Both webApplication and DataBase in same server,windows 2005 server and Framework 2.0) to New Server i.e(webapplication in seperate server and Databse in seperate server,windows 2008 server and Framework 3.0). The problem our clients facing is machine key issues ,after shifting from old server to new server,, and webapplication has been developed using framework 2.0. How to resolve this problem.

    ArunVijay

    ASP.NET help database sysadmin tutorial

  • Telerik Reporting TextBox Control Bind Value;
    A ArunVijay

    This is Arun. I am using Telerik Reporting in my project . have written a fuction as public void Fill_Fun(string par1,string par2) { //Here Logic takes this.txtName.value = strUserName; here the txtName is a Telerik Report TextBox . } when i debug the TextBox assignd with the value but not show in the aspx page at runtime

    ArunVijay

    ASP.NET debugging

  • Hi This is Arun
    A ArunVijay

    I have developed a web Application a page has Telerik Rad Conrols that has to handle more data , the reesponse time is too slow pls kindly help me.

    ArunVijay

    ASP.NET help

  • Problem in using Response.AddHeader
    A ArunVijay

    Hello Friends I have stored a file in webserver and its path in database . and tried to retrevie the file using the path. My problem is , i used "Response.Addheader()" to display a dialogbox , i'm able to get the dialogbox but cant able to open the file which is stored in webserver. how to solve this.

    ArunVijay

    ASP.NET database help tutorial

  • Problem in Displaying msgBox.
    A ArunVijay

    ok i will try that. but what is the actual problem of using Asp.Net Button.

    ArunVijay

    ASP.NET tools help tutorial

  • Problem in Displaying msgBox.
    A ArunVijay

    I cant get it. can you tell the solution to it

    ArunVijay

    ASP.NET tools help tutorial

  • Problem in Displaying msgBox.
    A ArunVijay

    Hello Friends.. I'm using alert script to display a msgbox. the problem is when i press the button to display msgbox it is not working but if i press the button twice the msgbox is displayed . I'm using updatepanel. Code written is ButtonName.Attributes.Add("onclick","alert('USER MSG')"); how to solve this problem

    ArunVijay

    ASP.NET tools help tutorial

  • Restrict Pages......?????
    A ArunVijay

    Hello Friend. To solve this problem store userid in a cookie . each time u logon check with cookie value if it mismatch display a error message. i hope u got something. Please do cantact for doubts.

    ArunVijay

    ASP.NET question help

  • Runtime Error after publishing aspx page!!!
    A ArunVijay

    Hello Friend, Follow Below Steps To solve This Problem(It has been tested on Visual Studio 2005) 1)Check your DataBase Connection has properly configured in webconfig . 2)Check the server system for IIS (inetpub) . If not Load it. 3)In Visual Studio -> go to command prompt there type aspnet_regiis -i. (Command Editor Of IIS) 4)close all application and restart your visual studio and check.. 5)ping for ip address of server machine . 6) e.g (xx.xxx.xxx.xxx/ProjectName/EgPage.aspx. 7) Any problem Contact i will do my best.

    ArunVijay

    ASP.NET help csharp visual-studio sysadmin security

  • Runtime Error after publishing aspx page!!!
    A ArunVijay

    Hello Friend, Follow Below Steps To solve This Problem(It has been tested on Visual Studio 2005) 1)Check your DataBase Connection has properly configured in webconfig . 2)Check the server system for IIS (inetpub) . If not Load it. 3)In Visual Studio -> go to command prompt there type aspnet_regiis -i. (Command Editor Of IIS) 4)close all application and restart your visual studio and check.. 5)ping for ip address of server machine . 6) e.g (xx.xxx.xxx.xxx/ProjectName/EgPage.aspx. 7) Any problem Contact i will do my best.

    ArunVijay

    ASP.NET help csharp visual-studio sysadmin security

  • Hello Friends
    A ArunVijay

    This is Arun, when i use FileUpLoad Control in UpdatePanel , it is not working but without updatepanel the control is working. The Problem is . when i upload a file the Hasfile Property tells the file is not present . The same is working when updatepanel is not used . How to solve this.

    ArunVijay

    ASP.NET help tutorial

  • datareader in asp.net
    A ArunVijay

    Hello Friend ... R u want to compare two fields in two tables are you want compare complete two tables. To Compare Two fields will give solution

    ArunVijay

    ASP.NET csharp asp-net tutorial

  • How To Store a File in Database Using FileUpLoad web control
    A ArunVijay

    Hello Friends. I'm Arunvijay .. have to Upload a file into DataBase using FileUpload control . can anyone help me...

    ArunVijay

    ASP.NET database help tutorial

  • How to use message box in asp.net
    A ArunVijay

    Hello Deepak .. I'm Arun Vijay . I hope Below Code will Help You. :) Write Below In HTML source. function confirm() { else return false; } Ans This One in CodeBehind '.cs' ButtonName.Attributes.Add("onclick","return confirm('ENTER YOUR MSG')");

    ArunVijay

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