I was wondering if someone can help me with this problem?
I am getting a value from a datareader. This value is a letter. What i need to do is take this letter and increment it up by 1 letter (i.e. if the letter is a A I need to increment it to a B). Is there anyway I can do this using C#...
gradley,
that is what i am look for, but i forgot a column. I also have a dwg_no column. i need the dwg_no and the corresponding max dwg_rev and dwg_rev_seq.
Sorry about that, been staring at the screen to long.
Thanks again,
Scott
I was wondering if someone could help me with at query.
I have 2 fields dwg_rev and dwg_rev_seq.
dwg_rev is at single letter and dwg_rev_seq is a number or NULL.
Can someone tell me how i could go about selecting the max letter and the corresponding max number?
Thanks,
Scott
I'm new to C#, and this will probably be a simple question. I am trying to do a simple IF statement, based on a DDL selection.
if ( ddl_type.SelectedItem.Text = "COMMERCIAL" ) {
Response.Write(BinNo);
}
When i do this I get the following error:
CS0029: Cannot implicitly convert type...
I figured it out i just used some old code from my asp page.
<asp:TemplateColumn>
<ItemTemplate>
<table>
<tr>
<td>
<a href="file:<%#DataBinder.Eval(Container.DataItem, "server_location" )%>" target="_blank">Open File</a></td>
</tr>
</table>...
I would like to know if the following is possible using C#:
I am querying a access database for 4 fields. I then use the first 3 fields in a datagrid. What I would like to do is use the 4th field (which is the location of a Word Document on my server) as the hyperlink for field 1, and have...
Currently I have a form that is submitted to another page for printing. What I would like to do is to not only submit the form but also mail it to a person. Is this possible and if so how would I go about doing it?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.