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:806968
More Search Options
RSS Available
Matching Posts
Re: How to move databases between computers that are running SQL Server
U need to open it from SQL management studio.
Posted to
FAQ - Frequently Asked Questions
(Forum)
by
ajitsatpathy
on 10/25/2009
Re: How to move databases between computers that are running SQL Server
Right click on your database. Go to Tasks->Backup. It'll show a location where to save. Take backup by clicking OK. Just go to that location & copy that file. Then go to second computer where you want to restore. Open SQL Server. Right click on "Databases". Go to "Restore Database". Select "from device" option. Click on the right side button. Then click "Add". select that backup file & click OK. Then click "To database" dropdown list
Posted to
FAQ - Frequently Asked Questions
(Forum)
by
ajitsatpathy
on 10/23/2009
Re: Putting dynamically created labels into a div
This code will work. divid.Controls.Add(yourlabel); But you should make this div with runat=server i.e. <div id="divid" runat="server></div>
Posted to
Client Side Web Development
(Forum)
by
ajitsatpathy
on 10/6/2009
Re: How to add white space at Front of a Control?
You can use table/div for better design. But you should use table instead of div as you are new to web. After that, you can use CSS (Cascading Style Sheet) for better design. For single space, you can use or you can also use padding like this - <td style="padding-left:5px;padding-right:5px;">User Name </td>
Posted to
Getting Started
(Forum)
by
ajitsatpathy
on 10/6/2009
Re: How to delete row in gridview
Onething I've left. You can get the id of that particular row by following code - int id = e.CommandArgument.ToString();
Posted to
Getting Started
(Forum)
by
ajitsatpathy
on 10/6/2009
Re: How to delete row in gridview
Write this code inside Columns tag - I've used CountryId as Id of the table. <asp:TemplateField HeaderText="Action" ItemStyle-CssClass="gridViewItem" ItemStyle-HorizontalAlign="Center"> <ItemTemplate> <asp:ImageButton ID="btnDelete" runat="server" CommandName="btnDelete" CommandArgument='<%#Eval("CountryId") %>' AlternateText="Delete" ToolTip="Delete" OnClientClick="javascript
Posted to
Data Presentation Controls
(Forum)
by
ajitsatpathy
on 10/6/2009
Re: How to delete row in gridview
I've already mentioned in my code. Again I'm writing it. <asp:ImageButton ID="btnDelete" runat="server" CommandName="btnDelete" CommandArgument='<%#Eval("CountryId") %>' AlternateText="Delete" ToolTip="Delete" OnClientClick="javascript:return confirm('Do you really want to delete it?');" ImageUrl="../Images/SiteImages/del.gif" />
Posted to
Data Presentation Controls
(Forum)
by
ajitsatpathy
on 10/6/2009
Re: How to add white space at Front of a Control?
hi tecktree, padding also can be used in textbox. If you want to some space when typing some text inside textbox, then you can use padding in style property of textbox. it is different thing that, mySilverSir doesn't searching for textbox padding.
Posted to
Getting Started
(Forum)
by
ajitsatpathy
on 10/6/2009
Re: How make div stretch it's height according to another div at it's right side?
<script language="javascript" type="text/javascript"> document.getElementById("divMainContent").style.height=document.getElementById("divSideBar").clientHeight; </script> This code will not work in firefox, but will work in IE. So I've done a small modification in it. document.getElementById("divMainContent").style.height=document.getElementById("divSideBar").clientHeight+"px";
Posted to
Client Side Web Development
(Forum)
by
ajitsatpathy
on 10/6/2009
Add Control dynamically & get input value
hi all, I want to add controls(textbox,checkbox,dropdown list) dynamically in a page. This should be shown in a page what the admin wish to show in a page (I've already designed the database for it). After that, after filling the form, when the user ckick on "submit" button, value should be submitted to database. Should I create object of html control & register on the page? How can I get value of dynamically created controls? Plz help me. Thanks
Posted to
ASP.NET Dynamic Data
(Forum)
by
ajitsatpathy
on 10/1/2009
Filed under: dynamic controls
Page 1 of 6 (58 items) 1
2
3
4
5
Next >
...
Last ยป
ASP.NET:
Microsoft AJAX CDN โ Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
ASP.NET:
PDC09 Talk: Building Amazing Business Applications with Silverlight 4, RIA Services and Visual Studio 2010 โ Now in Visual Basic!!
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles โ Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online