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
R

Rajendra Prasad Panchati

@Rajendra Prasad Panchati
About
Posts
12
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • send notification based on date time
    R Rajendra Prasad Panchati

    Hi Kyi Kyi, For this u need to use windows scheduler tasks feature so that it'll executes a task periodically everyday in a certain time of period . On the other hand create a windows application to and give it to DB connectivity and write code what you want to do. point this .exe to that scheduler task. Thats it...All Over...:thumbsup:...

    Rajendra prasad Panchati .Net/Sharepoint Software Enginner Hyderabad.

    .NET (Core and Framework) tutorial

  • dynamic Checkbox issue
    R Rajendra Prasad Panchati

    Hi, Before Checking the status of check boxes whether they are checked or not, Please Confirm that control is exists or not. And also confirm that the dynamical checkboxes generation code is not executed on button click event. I hope u understand it :thumbsup:...

    Rajendra Prasad Panchati .Net/Sharepoint Software Enginner hyderabad.

    ASP.NET help design sysadmin

  • Static method
    R Rajendra Prasad Panchati

    Hi, You can confirm it from the class access modifier at class declaration part which displays under namespace node.

    Rajendra Prasad Panchati .Net/Sharepoint Software Enginner Hyderabad.

    ASP.NET question

  • update date and time in asp.net
    R Rajendra Prasad Panchati

    Hi Ahamed Azeem, Please follow the below db statement. SELECT OBJECT_NAME(OBJECT_ID) AS DatabaseName, last_user_update,* FROM sys.dm_db_index_usage_stats WHERE database_id = DB_ID( 'Your DB Name') AND OBJECT_ID=OBJECT_ID('Your Table Name'). It'll show you last modified DateTime for a particular table in a particular DB. U can remove where condition to view all the records from all the DB tables. I think u understand it:thumbsup:..

    Rajendra Prasad panchati .Net/Sharepoint Software Engineer. Hyderabad.

    ASP.NET database csharp asp-net sql-server sysadmin

  • How do I authenticate that username,password or smtpserver is wrong in mail smpt server
    R Rajendra Prasad Panchati

    Hi Samarjeet, If you give wrong server entry, however It'll give an error like "Relay access denied on 5.7.xx" like that and if u give a wrong credentials it'll throw an error like "Could not connect to the host...". From these errors you can show your custom message to the user. I hope u understand it :thumbsup:.

    Rajendra Prasad Panchati .Net/Sharepoint Software Enginner, Hyderabad.

    ASP.NET question sysadmin help

  • checkbox problem
    R Rajendra Prasad Panchati

    Hi Suchita, Please ensure that to put IsPostback condition in page load event.when u call button click event, it'll be postback to the same page and page load then button click events fires. so check it and keep the condition.

    Rajendra Prasad Panchati .Net/Sharepoint Software Engineer. Hyderabad.

    ASP.NET csharp asp-net help tutorial question

  • Restarting Session,.
    R Rajendra Prasad Panchati

    Hi, Just confirm me that after session_end, why are you firing that Login Button event?. Stop that event to continue the past session which was gone and take a New Session and store the Values in Users.xml file. I think you got it....:thumbsup:

    ASP.NET help csharp xml tutorial question

  • how to delete the selected row in grid view on single mouse click
    R Rajendra Prasad Panchati

    Hi Vishnu, Please take 2 seperate button fields i.e. 1)Edit button 2)Delete Button. I think it'll be easy for u to code for actions.

    ASP.NET help css database tutorial

  • Very slow loading web page
    R Rajendra Prasad Panchati

    Hi, Have you implemented applicable website performance improvement steps?. Firstly check them as they are fundamentals.

    ASP.NET windows-admin help question

  • Converting Pixel value to an integer value
    R Rajendra Prasad Panchati

    Hi, Please provide more details of pixel size i.e. How it is displaying(like 123x123)?

    Rajendra Prasad Panchati

    ASP.NET html question

  • Session time out
    R Rajendra Prasad Panchati

    Hi Yogesh M, The onbeforeUnload event calls the HandleOnClose function which checks if the variable currentElement has a value or not. </head> <body onbeforeunload="HandleOnClose(event)"> <form id="form1" runat="server"> The JavaScript function HandleOnClose checks for this attribute tag of the currentElement object. If currentElement is null or the value of the tag attribute of currentElement is not DonotCallSaveonLoad, then it calls the function FunctiontoCallSaveData; otherwise, the save functionality on the code-behind is called. var keyPressed = ""; //Variable to store which key was pressed var dataChanged = false; var currentElement = ""; //Function called when the browser is closed. function HandleOnClose(evt) { if (currentElement == "" || (!(currentElement.getAttribute("tag")=="DonotCallCloseonLoad"))){ var objconfirm = confirm("Would you like to close the page?") if (objconfirm == true) { FunctiontoDoSomething(); } } } The implementation of the function FunctiontoCallSaveData is the same as previously sent, which is as follows: <script> //Function to submit the form and call the Page_load function on server side. function FunctiontoCallSaveData() { document.getElementById("<%=hdtoSaveData.ClientID %>").value="PageClosed"; document.form1.submit(); } </script> form.submit will in turn call Page_Load in which the Save functionality can be called. Error handling can also be performed for this functionality. Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Try If Not IsPostBack Then LoadControls() End If If hdtoSaveData.Value = "PageClosed" Then Session.Abandon(); End If Catch ex As Exception hdError.Value = ex.Message ExceptionPolicy.HandleException(ex, "SamplePolicy") GetDatafromTable("Error") End Try End Sub

    Rajendra Prasad Panchati .Net/Sharepoint Software Engineer. Hyderabad.

    ASP.NET

  • Full form of .NET
    R Rajendra Prasad Panchati

    Hi Madam, It is functioning by using NETWORK SERVICES & TECHNOLOGIES, that's the reason it is named as .NET(NETWORK ENABLED TECHNOLOGY).... :)

    Rajendra Prasad Panchati .Net/Sharepoint Software Engineer. Hyderabad.

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