Log-in form question
Imports Microsoft.AspNet.Identity Imports Microsoft.AspNet.Identity.EntityFramework Imports Microsoft.AspNet.Identity.Owin Imports System.Linq Imports System.Web Imports System.Web.UI Imports...
View ArticleWant to send message to only connected client SignalR
here i got bit code for signalr and included. client code $(function () { // Proxy created on the fly var chat = $.connection.chat; // Declare a function on the chat hub so the server can invoke it...
View ArticleButton click not trigger second time in jquery Modal popup
I have a Modal Popup with dynamic controls. I need to add new text box in Button click. JQuery:- <script type="text/javascript"> $(document).ready(function(){ if($('#hdnclick').val()==1){...
View ArticleGray box not working after Asynchronus postback
when the page loads first time around, the links work as they should, opening in a Greybox popup. However, if I do a partial postback , the AJS Greybox functionality is lost and clicking on the image...
View ArticlePiro box add two iframe after asynchronous postback.
when the page loads first time around, the links work as they should, opening in a pirobox . However, if I do a partial postback , the pirobox functionality is lost and clicking on the image inside...
View ArticleGreybox popup not show properly after postback
when the page loads first time, the links work as they should, opening in a Greybox popup(In the Academic Calendar). Domain Name- http://cpsmau.com/ However, if I do a partial postback (go to september...
View Articleregex replace with double quote
I stumped on this one. I want to replace everything in the test text with something else. I have this Dim expDIV AsString = "(^<div...
View ArticleHow to maintain scroll position in chrome in Asp .Net
How to maintain scroll position in chrome in Asp .Net. I write code for this ... <pages theme="DarkBlue" maintainScrollPositionOnPostBack="true" asyncTimeout="50000"> in web.config file.It's work...
View ArticleGetting error while running
Directory Listing -- /MyWebTutorial/ -------------------------------------------------------------------------------- Thursday, October 09, 2014 04:59 PM <dir> bin Thursday, October 09, 2014...
View ArticleHow to sms through asp.net website on mobile
Is there availbe free sms api through we can sms . using c# asp.net application
View ArticleSignalR - Jquery response - 304 error
Dear all, I am running the following script on the client-side and the script is failing to update, when there is change in the database. I debugged the script using web-browser debugger and discovered...
View ArticleHow to use JScript to get mouse position inside image?
I currently find where the user clicked inside an image using e.X and e.Y in an onclick method, but I'd like to show the user what he's pointing at before he clicks and does a postback to the server....
View ArticleHow to get an answer to your question
For those new to message boards please try to follow a few simple rules when posting your question.Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in...
View Articleasp.net web service error "Microsoft.Web.Services3.Security.SecurityFault:...
I am getting the following error...
View ArticleHow to embed a video in my c# based dot net website which should be...
I had developed a dot net website in c#.I want to embed a video in my website,which should be compatible in all browsers without using html5.I had tried but the video is playing or compatible on IE...
View ArticleRegarding Self hosting SignalR Application in Win Service
i was just reading a article on Self hosting SignalR Application in Win Service from this url http://damienbod.wordpress.com/2014/06/03/signalr-self-hosting-template-for-a-windows-service/ code was...
View ArticleIs there a way to capture all the page records in jqgrid when exporting to excel
But only the data in current grid was captured using the following method mya=jQuery(”#list2″).getDataIDs(); // Get All IDs" If I like to export all data (e.g. totally 18 records, 10 displayed in...
View ArticleMy code is not working while using with updatepanel.The ddl selected item it...
<scripttype="text/javascript"language="JavaScript">function PrintPage(pageheader) { var wPageHeader = pageheader var curDate; var advNo='<%=ddlAdvertise.selecteditem.text%>'; var...
View ArticlePassing GUID to a function
public DataSet ReadPreviousProperty(Guid appIDValue) { DataSet ds1 = new DataSet(); try { con = new SqlConnection(connectionString); SqlDataAdapter da1 = new SqlDataAdapter(); ; SqlCommand cmd1 = new...
View Articlepopup issue for showModalDialog
<pre lang="sql">Scenario is I have one parent and on child page. Child page contain list of say countries. I was using showModalDialog function in java script which is easily returned the value I...
View Article