Click here to Skip to main content
15,889,879 members
Home / Discussions / C#
   

C#

 
Questionhow to add product key Pin
imran8813-May-09 6:31
imran8813-May-09 6:31 
AnswerRe: how to add product key Pin
Rajdeep.NET is BACK13-May-09 6:57
Rajdeep.NET is BACK13-May-09 6:57 
QuestionDoes anybody knows about this Pin
netJP12L13-May-09 6:18
netJP12L13-May-09 6:18 
AnswerRe: Does anybody knows about this Pin
musefan13-May-09 7:04
musefan13-May-09 7:04 
GeneralRe: Does anybody knows about this Pin
netJP12L13-May-09 7:27
netJP12L13-May-09 7:27 
AnswerRe: Does anybody knows about this Pin
Lutosław13-May-09 8:43
Lutosław13-May-09 8:43 
AnswerRe: Does anybody knows about this Pin
Henry Minute13-May-09 12:42
Henry Minute13-May-09 12:42 
Questionc# with Linq help getting box checked in database Pin
Franklinlloyd13-May-09 4:41
Franklinlloyd13-May-09 4:41 
Have problem with getting check box in database checked when a current part of admin is approved or not approved here some code.


protected void ApproveAdvertiser()
{
//Add Code to add/edit/delete events (Possible case statement goes here?)
DataService ds = new DataService(int.Parse(ConfigurationManager.AppSettings["ConnStr"]));

Advertiser adv = new Advertiser();
adv.AdvertiserId = 0;

ind_approved.Checked = adv.Approver;
ds.approveAdvertiser(adv, ValuePassedIn);

Response.Redirect("Advertisers.aspx");
}

protected void BDelete_Click(object sender, EventArgs e)
{
if (RBLFunctions.SelectedValue.Equals("Delete"))
{

DeleteAdvertiser();
Response.Redirect("Advertisers.aspx");
}
else
{
if (RBLDelete.SelectedValue.Equals("Yes"))
{
//ApproveAdvertiser(true);
}
else
{
//ApproveAdvertiser(false);
}
Response.Redirect("Advertisers.aspx");
}
}
AnswerRe: c# with Linq help getting box checked in database Pin
Christian Graus13-May-09 5:19
protectorChristian Graus13-May-09 5:19 
QuestionHow I can get the Fields DataBase names of X Table ? Pin
E_Gold13-May-09 4:34
E_Gold13-May-09 4:34 
AnswerRe: How I can get the Fields DataBase names of X Table ? Pin
Eddy Vluggen13-May-09 5:45
professionalEddy Vluggen13-May-09 5:45 
QuestionConnecting to SQL 2005 named instance Pin
CodingYoshi13-May-09 4:23
CodingYoshi13-May-09 4:23 
AnswerRe: Connecting to SQL 2005 named instance Pin
Dave Kreskowiak13-May-09 5:37
mveDave Kreskowiak13-May-09 5:37 
QuestionHow do I indicate end-of-stream when sending data via a pipe? Pin
arnold_w13-May-09 3:58
arnold_w13-May-09 3:58 
AnswerRe: How do I indicate end-of-stream when sending data via a pipe? Pin
led mike13-May-09 4:29
led mike13-May-09 4:29 
GeneralRe: How do I indicate end-of-stream when sending data via a pipe? Pin
arnold_w13-May-09 4:48
arnold_w13-May-09 4:48 
AnswerRe: How do I indicate end-of-stream when sending data via a pipe? Pin
Luc Pattyn13-May-09 5:26
sitebuilderLuc Pattyn13-May-09 5:26 
AnswerRe: How do I indicate end-of-stream when sending data via a pipe? Pin
PIEBALDconsult13-May-09 15:30
mvePIEBALDconsult13-May-09 15:30 
GeneralRe: How do I indicate end-of-stream when sending data via a pipe? Pin
arnold_w13-May-09 21:04
arnold_w13-May-09 21:04 
Questioncrystal report Pin
nagendra.vk13-May-09 3:43
nagendra.vk13-May-09 3:43 
AnswerRe: crystal report Pin
Nagy Vilmos13-May-09 3:51
professionalNagy Vilmos13-May-09 3:51 
AnswerRe: crystal report Pin
Dave Kreskowiak13-May-09 5:34
mveDave Kreskowiak13-May-09 5:34 
QuestionVideo Playback Pin
Evgeni5713-May-09 3:29
Evgeni5713-May-09 3:29 
AnswerRe: Video Playback Pin
Christian Graus13-May-09 5:20
protectorChristian Graus13-May-09 5:20 
QuestionSendInput Parameter error Pin
IceWater4213-May-09 3:03
IceWater4213-May-09 3:03 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.