ADO.NET :: How To Get The Id Of The Position
Oct 15, 2010If I save data FirstName, etc. How do I get an Id which is stored in a table? So if you save data FirstName = Dejan, how to get ID that was saved?
View 1 RepliesIf I save data FirstName, etc. How do I get an Id which is stored in a table? So if you save data FirstName = Dejan, how to get ID that was saved?
View 1 Repliesi have a div in my page, with position absolute i want change the position TOP if i write;
div.style.remove("top")
style.add("Top","300")
does not happen nothing.
do you know how can i do it?
Iam getting this error Plz help me out.
View 4 Replies i open a new window with:
<a href ="javascript:NewWindow =window.open('Default.aspx', 'NewWindow' , 'width=400, height=450'); NewWindow.focus()">Hilfe</a>
at the moment the new window appears in the upper left corner. how can i set the position, so it appears somewhere else?
I am having a page where on load i need to retrieve an image and some values from table (sql server) i am able to retrieve the data but i am getting an error while retrieving the image
string Id = Request.QueryString["cproduct_id"];
String strConnString = System.Configuration.ConfigurationManager.ConnectionStrings["conString"].ConnectionString;
SqlConnection connection = new SqlConnection(strConnString);
SqlDataAdapter sda = new SqlDataAdapter();
DataTable dt = new DataTable();
[Code] .....
**this is the error i am receiving " There is no row at position 0. "
can we fix the gridview position with top:0px in table row.
Code:
<asp:GridView ID="GridView1" runat="server" Width="95%" AllowPaging="True" AutoGenerateColumns="False" GridLines="None" PageSize="10" CssClass="grid_top">
....
</gridview>
CSS
Code:
.grid_top{
top:0px;
}
I was wondering if there is a way to place items on yoursite on top of each other, so when visible, they are not scattered thoughout the page.
i have a update panel and when a link button is fired i need to set the scroll position to the top. i need this to happen in the code behind, i have tried the following but it wont work.
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "srcoll_0", "window.scrollTo(0, 0);", true);
I am trying to create a page where I can attach sticky notes at runtime exactly as explained in this tutorial.
I have converted the sample in ASP.NET MVC 2 (which is the technology I am using) and everything works fine.
So I have a DIV in my view
[code]....
Of course I could change my view to create dinamically the notes div on DOM ready but before going to change all the code I was wondering if i can have some code to make them respect the positions they have meant to be to.
I have a grid at the bottom of my website. There is an image button that addas a new row to the grid but as i click the image button the scrolling moves to the top disturbing the focus of the page. How can i stop the scrolling at one position only.
View 5 RepliesWHY are all the examples on this site linq to SQL? Did ms not themselves announce dropping support for l2SQL over a year ago? i really don't get it. Examples are great.. but really not helping me since i've gone ahead and listened to MS. And can someone at MS clarify what the position is for linq 2 SQL.. Is it supported? Recommended? What the hell.
View 7 RepliesI am working on printing Application that should gave the user the ability to change the position of the FieldsSo I decide to build a user control as following
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="PassportDataItem.ascx.cs"
Inherits="TestShadowImage.PassportDataItem" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit"
[code]...
Is there a simple way to move percentage pointer after the value:120 @ %60 {a} >> 120 @ 60% {a}
View 1 RepliesIs there any way to find the position of text in pdf.
I tried using pdfClown and ItextSharp,but m not finding any way.
I'm adding a label to a page using the code below, how would I set the position of the label (i.e top right)?
Label lbl = new Label();
lbl.Text = "Test";
lbl.ForeColor = System.Drawing.Color.Black;
lbl.Font.Size = 10;
lbl.Font.Bold = false;
lbl.Font.Name = "Arial";
Page.Controls.Add(lbl);
Update: I really need to avoid using anything that can be altered via editing a file running on the server which is why I'm trying to do this at runtime.
how do i get the display postion of a control?
i have a button, which display at a place.
if i wanted to know the buton display postion
then how can get this.
i did not set button postion, but on display the postion of this button
i wanted to set my another control postion so
how can i get the postion of button?
I am creting the application in which i have droped some images to div.I want to set image position.The images which i m going to drop are dynamically binded to another div.The images I m dropping to div must not be overlapped,and after end of the last corner of div the next image should drop from first position but the image already at that position must not overlapped.
View 1 RepliesI have a simple question. I need to keep my position af postback in a scrollbar, where a panel consists of 20 equal user controls. I have attached the code below for the simple form and for the user control.
I have added MaintainScrollPositionOnPostback="true" in the webform, but still the position moves back to the top position of the panel after postback.
I have a master page in which I have a webcontrol that generates a series of image buttons. I have discovered that if I use IE 7 and i drag the width of the screen smaller, the buttons all stay lined up across the page as expected. But if I try the same action in IE8 or Firefox or Chrome, the image buttons essentially start piling up on top of each other the less wide the screen gets.
Is there any way to keep that from happening? Maybe put a fixed width table around the buttons in the webcontrol?
I want to insert the record at any position in a grid view means
means if i add Insert buuton at every row of grid view.
& when i click on insert button of an perticular row a new row is created just next to this row on which i click.
But it does not made any effect on its id.
i make my id auto incremented so i just want to insert record at any position but id remain as its in a usual manner
supoose i add 7 record i have 7 record id is 7 & i click on a insert button of id 7 record then now row is display to insert the reord just next to record 3 & the inserted record id should show 8 id
like this
1
2
3---------> click on that row
8------>new inserted record
4
5
6
7
Suppose I have 100 records in Gridview & I have select LinkButton,suppose i select the 50th record,after selecting the records controls are fill with respective values.Suppose I select the 50th record,I used the row command event to fill the controls,when I select the record,scroll evrytime goes to above.& User is not able to see which record is selected?See in images attached.
View 7 RepliesI'm trying my hand in asp.net. I have a dropdown list in my page.There's a button below this dropdown.Both this control are in a panel. What I'm trying to do is when I select on dropdown list to change the value I want to shift buttons below as in when you go to select dropdown, the list opens and elongates, when this elongates I want to push the button below and when I select an item in dropdown put the buttons back.
View 1 RepliesI have some problems with maintaining scroll position after postback. First time I experienced the problem was when I (believe) added Combobox control from AJAX control Toolkit and/or UpdatePanel from AJAX Extensions. The problem is when I do the postback on the page the page is loaded at the top and not where I did the postback. Actually, this wouldn't be a problem if it isn't happening on a very large form. I have already tried using MaintainScrollPositionOnPostback="true", but it wasn't helpful at all. I can provide the code if needed, but I don't think it would be of any use because I have comboboxes inside update panels which are rebinded on a button click.
View 1 RepliesI have a gridview which is placed inside div tag to make the grid view to look like having scrollbars
<div id="divgrd" style="overflow: scroll"; width: 350px; height: 150px>
My grid is placed here.
</div>
Now it displays nice view of the grid with scroll bars. I am changing the color of the row selected from the grid. Only problem is if the grid has around 50 rows and I select the 50th row then the scroll bar moves to the top of the grid. I want to stop it and maintain the scroll position. I cannot change the height of the div tag as the grid may be very large if the rows inside is increased.
I have a panel, inside a panel there are some checkbox and radiobuttonlist. This panel is place inside an UpdatePanel ajax.
When I click on a checkbox, it will raise autopostback with ajax supported, then the scrollbar of the panel always move back to the first position. It does not keep the current scrolling position.
How could I remain the scrollbar position?
I already have tried to add:
this.Page.SetFocus("PanelTrips");
this.MaintainScrollPositionOnPostBack = true;