Can't do postback after using Validators
hello i have an aspx page with this code:<%@ Page Title="" Language="C#" MasterPageFile="~/Resource/Main.master" AutoEventWireup="true" CodeBehind="singup.aspx.cs" Inherits="VartsTube.singup"...
View Articleusing ItemDataBound with GridBoundColumn
I am trying to show "pool" if "inbox mode column" comes 1 to grid table. If it is 0 it should shown as "manager".I couldn't find my mistake. thanks#aspx<telerik:RadGrid ID="grid" runat="server"...
View Articlemenu not showing from sitemap
helloI using sitemap for menu binbing.and menu shows accroding to role.for role identification is done from oracle database.i m using a windows authtication for ligin it validates sussessfully and alse...
View ArticleString was not recognized as a valid DateTime.
Hi I have created web site.it I am passing datetime in a page, while saving I am getting error. Message: Sys.WebForms.PageRequestManagerServerErrorException: String was not recognized as a valid...
View ArticleIE Popup event
I have a popup that is displaying rpt report, is working fine but when I am trying to click any particular image button (outside the report but holding on same popup) the button is disabled here in IE8...
View ArticleDependent Cascading dropdown is clearing after selecting the value in page load
Hi,I have two cascading dropdowns in which 2nd dropdown is dependent of first one. I am assigning the selected values for two cascading dropdowns in pageload. The dependent dropdown is binding but the...
View Articlehow to develop tracking application by using .NET?
Hi Technis,I will go for develop a application like tracking as a develop for a courier service and track with its geographical location. Is any application or sample source code for this.
View ArticleAJAX Validation callout direction issue in Arabic
<div class="post-text" itemprop="description">I am facing problem with the validationcallout Ajax extender.I am working on the Arabic versions of webpages, so page alignment will be from...
View ArticleFind a value in a column
Hi Guys,I am getting all the data from the database and storing it in ds as belowSqlDataAdapter da = new SqlDataAdapter("SELECT LocationId FROM [dbo].[Location]", cn); da.Fill(ds);I want to check in C#...
View ArticleTo get all stored procedures in database having a common text
How can we write a query to get all stored procedures in database having a common text
View ArticleNeed to get Month Name from Week Number and year in SQL
Dear All,I Need to get Month Name from Week Number and year in SQL server 2008.Eg: Week No:27 and Year=2013Output :JullyPlease Help Me.
View ArticleHow to create the complete system manual/guide
I have developed an application , Now I need to create the complete system manual/guide. Please give me an idea how to create the manual guide. send me any onlin link for reference.Thanks
View ArticleHow to convert PDF,Word,Excel to jpg in C#.NET
How to convert PDF,Word,Excel to jpg in asp.net
View ArticleOpen save file dialog in ASP.NET 2.0 C#
Hello,I am trying to open save file dialog in ASP.NET 2.0 C#; I want to bring out a dialog like the one in"System.Windows.Forms.SaveFileDialog".I know about Server.MapPath, but it does not do the job,...
View Articlehow to re organize randomly selected querystring to use it in url rewriter
Hai all , i am struggling to order the randomly generated querystring and also to use it with url rewriterthe following are some samples of the querystring i need to reoder to a specific order so that...
View ArticleHow to open www.google.com every 3 minutes and then close it?
How to open www.google.com every 3 minutes and then close it?
View ArticleDropdownlist and Checkbox mix Javascript Validation in Asp.Net Gridview
I have gridview as belowi want javascript validation when1) checkbox is checked then dropdown is enabled and it must be select any value(should not be 0)2) atleast 1 check box shold be checkedCPU 0...
View ArticleUnable to take databse backup
using System.Data; using System.Data.SqlClient; using System.IO; using System.Windows.Forms; namespace WindowsFormsApplication2 { public partial class Form1 : Form { //Metioned here your database name...
View ArticleBack up And Restore Database
Hello,I want to copy or move database from my development Database Server to Production Database Server.Let me know what are the steps required to do this from SQL Server Management Studio.I'm using...
View Articlehyperlink in grid view not populating values in another page when clicked
Hello ,please help me with this hyperlink thing.. i got a grid view where one of the column contains hyperlink say ViewDetails. upon clicking ViewDetails it should get navigate to another page called...
View Article