Click here to Skip to main content
15,890,825 members

Comments by Gaurav Dixit (Top 15 by date)

Gaurav Dixit 27-Mar-20 9:03am View    
i tried commenting content type. but still getting same error. What content type i should use for uploading pdf?

i googled a lit bit some post suggesting that below line of my code can create a problem-

content.Headers.ContentDisposition = new ContentDispositionHeaderValue("form-data")

Gaurav Dixit 27-Mar-20 7:31am View    
then what else i can keep gere in content type ?
Gaurav Dixit 20-Apr-18 12:01pm View    
Any of condition i. E. code is created dynamicly or not , we can find it in its dom. I am not sure you read my prob, i m using web browser control in c# window form project. Here i m not getting that elements
Gaurav Dixit 11-Jul-17 3:57am View    
thanx dude, but it's happening with all my projects of biztalk . i have tried by opening some old project same problem occour in that too. now recently i have created a new project for test purpose , but facing same problem .i am trying to check where my process is using currently but no sign in task manager too ... any suggestion
Gaurav Dixit 9-Mar-17 12:19pm View    
Hey bro , thanx for your response . this mean primary key mean combination of
[
1.) key(that generated in folder physically)+
2.) index(clustered or nonclustered that created)+
3.) Unique constraints(which is applied on index )] .

and primary constraint mean only that constraint which is point No. 3
Am i getting right .
you describe really in a good manner man . Thank You.