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:878898
More Search Options
RSS Available
Matching Posts
Re: remove tabcontrol outer lines
Try using CSS Class for TabControl .myTabs .ajax__tab_outer{display:none;} hope this helps......
Posted to
ASP.NET AJAX UI
(Forum)
by
bhavin shah
on 12/24/2009
Re: Response.Write excel with Landscape format?
hope this link will help.. http://forums.asp.net/p/1445619/3358464.aspx
Posted to
Enterprise Services Integration
(Forum)
by
bhavin shah
on 12/11/2009
Re: how to find parent tab in tabcontainer??
As i understood your question, you can directely access controls you dont have to find controls for AJAX Tab container. <cc1:TabContainer ID="TabContainer1" runat="server"> <cc1:TabPanel ID="TabPanel1" runat="server" HeaderText="TabPanel1"> <ContentTemplate> <asp:TextBox ID="TextBox1" runat="server"></asp:TextBox> <asp:DropDownList ID="DropDownList1" runat="server"> <asp
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
bhavin shah
on 12/11/2009
Re: Master page controls to change Gridview on content page
try using Page LoadComplete event inplace of PageLoad event. Events - 1) pageLoad 2) MasterPage Load 3) PageLoadComplete... hope this helps.....
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
bhavin shah
on 12/11/2009
Re: onmouseover; working code suddenly generates an error
Try using Attributes in a page load event as asp:button is asp.net server control <asp:Button ID="btnChangePassword" runat="server" OnClick="btnChangePassword_Click" Style="z-index: 101; position: static;" Text="Change Password" Width="200px" CssClass="greenbutton" /> btnChangePassword.Attributes.Add("onmouseover", "window.status='';return true;") hope this helps.....
Posted to
Client Side Web Development
(Forum)
by
bhavin shah
on 12/11/2009
Re: ajax calender extender is not working
Have you set TargetControlID property? <asp:TextBox runat="server" ID="TextBox1" /> <asp:ImageButton runat="Server" ID="Image1" ImageUrl="image/Calendar.png" AlternateText="Click to show calendar" /> <cc1:CalendarExtender Format = "dddd, dd-MMM-yyyy" ID="calendarButtonExtender" runat="server" TargetControlID="TextBox1" PopupButtonID="Image1" />
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
bhavin shah
on 12/10/2009
Re: Changing the width of the tab panel
have you tried width property like this? <cc1:TabContainer ID="TabContainer1" runat="server"> <cc1:TabPanel ID="TabPanel1" runat="server" HeaderText="TabPanel1" Width="100%"> </cc1:TabPanel> <cc1:TabPanel ID="TabPanel2" runat="server" HeaderText="TabPanel2" Width="100%"> </cc1:TabPanel> </cc1:TabContainer>
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
bhavin shah
on 12/9/2009
Re: dont wrap text in tablix
you can use white-space:nowrap; style.. for example... Css Class .nowrap {white-space:nowrap;} <asp:Label ID="Label1" runat="server" CssClass="nowrap" ></asp:Label> hope this helps....
Posted to
SQL Server Reporting Services
(Forum)
by
bhavin shah
on 12/9/2009
Re: dont wrap text in tablix
you have to add NoWrap in to Tablix grid style or in a Tablix grid's columns where you need nowrap..
Posted to
SQL Server Reporting Services
(Forum)
by
bhavin shah
on 12/9/2009
Re: Export data from gridview to formatted excel file
as i understand you question you might wants to add data other then grid data. you can used stringWrite.WriteLine() protected void btnExport_Click(object sender, EventArgs e) { Response.Clear(); Response.AddHeader("content-disposition", "attachment;filename=FileName.xls"); Response.ContentType = "application/vnd.xls"; System.IO.StringWriter stringWrite = new System.IO.StringWriter(); stringWrite.WriteLine("<br />") stringWrite.WriteLine("<strong>"
Posted to
Data Presentation Controls
(Forum)
by
bhavin shah
on 12/9/2009
Page 1 of 24 (240 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online