Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:644700
More Search Options
RSS Available
Matching Posts
Modal popup Issue
Can anyone throw some light whats wrong with this ? The event onclick="btnSave_Click" is not triggering . My idea is to show modal popup on a condition .Any suggestions ? %@ Page Language="C#" MasterPageFile="~/Default.master" AutoEventWireup="true" CodeFile="test.aspx.cs" Inherits="test" Title="Untitled Page" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1"
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Raggers
on 8/11/2008
Re: how to read Content from a page
Sorry cannot get you clearly ....are you looking for sth like this table1.innerHTML or table1.innerText
Posted to
Web Forms
(Forum)
by
Raggers
on 7/16/2008
Re: I want to use cookie for userid and password.
name the create and name HTTPCookie may be with userId add this cookie to Response.Cookies for next login check Request.Cookies collection with the name created as before . if exists and is valid use it
Posted to
Web Forms
(Forum)
by
Raggers
on 7/16/2008
Re: Regular Expression checking character length within textbox
use can use ^[a-zA-Z0-9]{12}$ or some javascript document.getElementById('txtBox1').value.length>12 show error
Posted to
Web Forms
(Forum)
by
Raggers
on 7/15/2008
Re: DataSource Selected Event not firing
Yes u r right when you change ur select command you must bind the datacontrol (formview) again ...so it will call the trigger the selecteing event Protected Sub ds_TransactionInfo_Load( ByVal sender As Object , ByVal e As System.EventArgs) Handles ds_TransactionInfo.Load ds_TransactionInfo.SelectParameters.Clear() ds_TransactionInfo.SelectParameters.Add( "Sub_Cat_Id" , selectedRowID) ds_TransactionInfo.SelectCommand = _ "SELECT Disp_Req_Id as RequestNbr, Sales_Authority_Nbr as SalesAuthNbr
Posted to
Data Presentation Controls
(Forum)
by
Raggers
on 7/15/2008
Re: Datagrid column header text change
void DataGrid1_itemDataBound(object sender, DataGridItemEventArgs e) { if (e.Item.ItemType == ListItemType.Header) { e.Item.Cells[2].Text="NEWNAME" } }
Posted to
Data Presentation Controls
(Forum)
by
Raggers
on 7/15/2008
Re: initial datagrid sort
http://www.codeproject.com/KB/aspnet/gridviewex.aspx
Posted to
Data Presentation Controls
(Forum)
by
Raggers
on 6/26/2008
Re: Gridview - table or view does not exit error
what you do seems right ? Paste code if not suceeded sqlDatasource1.SelectCommand.CommandText="NEW SQL"; GridView1.DataSource= sqlDatasource1; GridView1.DataBind();
Posted to
Data Presentation Controls
(Forum)
by
Raggers
on 6/25/2008
Re: Repeater control
set autopostback true for your dropdownlist and use selectedIndex changed event { string dist=dropwdown1.SelectedValue; (Repeater1.FindControl("label1") as Label).Text= <tr> <td><a href ='<%# String.Format("detail.aspx?gcode={0}",container.dataitem("g_code")&"zode={0}",container.dataitem("dist"))%>'><%#container.dataitem("g_code")%></a></td> <td><%#container.dataitem("g_name"
Posted to
Data Presentation Controls
(Forum)
by
Raggers
on 6/25/2008
Re: How can I assign a value in a textbox placed in the insert template of the gridview.
<inserttemplate> <asp:textbox .....Text=<%# DateTime.Today.ToString("dd-MM-yyy") %> ..../> you get your defaulr value...... _uacct = "UA-424292-31"; var urchin = "/CD1/pop/"; try { urchinTracker( urchin ); } catch( e ) {}; .term{color:black;font-size:14px;font-weight:bold;text-align:justify;}.dict-name{color:black;font-size:14px;text-align:justify;padding:0;margin:0;}.dict-name td{background-color:#ccff66;}.definition{color:black;font-size:12px;text
Posted to
Data Presentation Controls
(Forum)
by
Raggers
on 6/25/2008
Page 1 of 39 (386 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
ASP.NET AJAX 4.0 Data Binding on MSDN Magazine
WindowsClient:
Don’t miss out..
TechNet Edge:
Improving Collaboration with SharePoint - Tech Focus December 2009 Part 1
Channel 9:
Channel 9 Live at PDC09: Scott Guthrie
Channel 10:
Get Discounted Concert Tickets at the New Windows Section 7
Channel 10:
Get Bing Wallpapers on the iPhone
Channel 10:
Bing Gets a New Toolbar
ASP.NET:
More on medium trust: what permission are you missing?
Channel 9:
Channel 9 Live at PDC09: Bob Muglia
WindowsClient:
Adventures With Windows Azure Diagnostics
Mix Online:
Adventures With Windows Azure Diagnostics
Channel 9:
Channel 9 Live at PDC09: Ray Ozzie
Channel 9:
Coding4Fun: DrinkTendr
Channel 9:
TWC9: Scott Hanselman, John Galloway, Bing, parallel unit tests, more
TechNet Edge:
ISA to TMG Migration Guidance
Channel 9:
Life at Microsoft: Episode 3
TechNet Edge:
Microsoft Windows Server 2008 to AITP
ASP.NET:
How important is medium trust to you?
WindowsClient:
Microsoft Web Platform & You
WindowsClient:
New Book: Developing for Microsoft Surface
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online